Color Hex Logo

#afa745 Color Hex

#AFA745
(175,167,69)
0 Favorites   0 Comments

Color spaces of #afa745

RGB 17516769
HSL0.150.430.48
HSV55°61°69°
CMYK 0.000.050.61   0.31
XYZ32.572137.181111.0902
Yxy37.18110.40290.4599
Hunter Lab60.9763-11.358131.8999
CIE-Lab67.4127-9.641350.4129

#afa745 color RGB value is (175,167,69).

#afa745 hex color red value is 175, green value is 167 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #afa745 hue: 0.15 , saturation: 0.43 and the lightness value of afa745 is 0.48.

The process color (four color CMYK) of #afa745 color hex is 0.00, 0.05, 0.61, 0.31. Web safe color of #afa745 is #999933. Color #afa745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01000101
Octal 257 247 105
Decimal 175 167 69
Hex AF A7 45

RGB Percentages of Color #afa745

%42.58
%40.63
%16.79

CMYK Percentages of Color #afa745

%0
%5
%61
%31

Triadic Colors of #afa745

#afa745 #45afa7 #a745af

Analogous Colors of #afa745

#afa745 #82af45 #af7245

Monochromatic Colors of #afa745

#afa745

Complementary Color

#afa745 #454daf

#afa745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa745 Color CSS Codes

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

#afa745 Text Font Color

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

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


#afa745 Background Color

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

This div background color is #afa745


#afa745 Border Color

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

This div border color is #afa745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa745


Comments

No comments written yet.

Please login to write comment.