Color Hex Logo

#afa44d Color Hex

#AFA44D
(175,164,77)
0 Favorites   0 Comments

Color spaces of #afa44d

RGB 17516477
HSL0.150.390.49
HSV53°56°69°
CMYK 0.000.060.56   0.31
XYZ32.294236.200712.3065
Yxy36.20070.39970.4480
Hunter Lab60.1670-9.483729.9898
CIE-Lab66.6730-7.450945.8407

#afa44d color RGB value is (175,164,77).

#afa44d hex color red value is 175, green value is 164 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afa44d hue: 0.15 , saturation: 0.39 and the lightness value of afa44d is 0.49.

The process color (four color CMYK) of #afa44d color hex is 0.00, 0.06, 0.56, 0.31. Web safe color of #afa44d is #999966. Color #afa44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01001101
Octal 257 244 115
Decimal 175 164 77
Hex AF A4 4D

RGB Percentages of Color #afa44d

%42.07
%39.42
%18.51

CMYK Percentages of Color #afa44d

%0
%6
%56
%31

Triadic Colors of #afa44d

#afa44d #4dafa4 #a44daf

Analogous Colors of #afa44d

#afa44d #89af4d #af734d

Monochromatic Colors of #afa44d

#afa44d

Complementary Color

#afa44d #4d58af

#afa44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa44d Color CSS Codes

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

#afa44d Text Font Color

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

This sample text font color is #afa44d
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.


#afa44d Background Color

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

This div background color is #afa44d


#afa44d Border Color

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

This div border color is #afa44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa44d


Comments

No comments written yet.

Please login to write comment.