Color Hex Logo

#af993d Color Hex

#AF993D
(175,153,61)
0 Favorites   0 Comments

Color spaces of #af993d

RGB 17515361
HSL0.130.480.46
HSV48°65°69°
CMYK 0.000.130.65   0.31
XYZ29.912732.23339.0600
Yxy32.23330.42010.4527
Hunter Lab56.7744-5.308930.2806
CIE-Lab63.5352-2.722449.8153

#af993d color RGB value is (175,153,61).

#af993d hex color red value is 175, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #af993d hue: 0.13 , saturation: 0.48 and the lightness value of af993d is 0.46.

The process color (four color CMYK) of #af993d color hex is 0.00, 0.13, 0.65, 0.31. Web safe color of #af993d is #999933. Color #af993d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 00111101
Octal 257 231 75
Decimal 175 153 61
Hex AF 99 3D

RGB Percentages of Color #af993d

%44.99
%39.33
%15.68

CMYK Percentages of Color #af993d

%0
%13
%65
%31

Triadic Colors of #af993d

#af993d #3daf99 #993daf

Analogous Colors of #af993d

#af993d #8caf3d #af603d

Monochromatic Colors of #af993d

#af993d

Complementary Color

#af993d #3d53af

#af993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af993d Color CSS Codes

.mybgcolor {background-color:#af993d; } 
.myforecolor {color:#af993d; }
.mybordercolor {border:3px solid #af993d; }

#af993d Text Font Color

<p style="color:#af993d">Text here</p>

This sample text font color is #af993d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af993d Background Color

<div style="background-color:#af993d">
Div content here</div>

This div background color is #af993d


#af993d Border Color

<div style="border:3px solid #af993d">
Div here</div>

This div border color is #af993d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,153,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af993d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af993d;
  -webkit-box-shadow: 1px 1px 3px 2px #af993d;
  box-shadow:         1px 1px 3px 2px #af993d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,153,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af993d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af993d;
  -webkit-box-shadow: 1px 1px 3px 2px #af993d;
  box-shadow:         1px 1px 3px 2px #af993d;">
Div content here</div>

This div box has shadow with color #af993d


Comments

No comments written yet.

Please login to write comment.