Color Hex Logo

#afa045 Color Hex

#AFA045
(175,160,69)
0 Favorites   0 Comments

Color spaces of #afa045

RGB 17516069
HSL0.140.430.48
HSV52°61°69°
CMYK 0.000.090.61   0.31
XYZ31.324234.685210.6742
Yxy34.68520.40850.4523
Hunter Lab58.8941-8.125430.4800
CIE-Lab65.5028-5.935948.3028

#afa045 color RGB value is (175,160,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01000101
Octal 257 240 105
Decimal 175 160 69
Hex AF A0 45

RGB Percentages of Color #afa045

%43.32
%39.60
%17.08

CMYK Percentages of Color #afa045

%0
%9
%61
%31

Triadic Colors of #afa045

#afa045 #45afa0 #a045af

Analogous Colors of #afa045

#afa045 #89af45 #af6b45

Monochromatic Colors of #afa045

#afa045

Complementary Color

#afa045 #4554af

#afa045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa045 Color CSS Codes

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

#afa045 Text Font Color

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

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


#afa045 Background Color

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

This div background color is #afa045


#afa045 Border Color

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

This div border color is #afa045


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,160,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 #afa045">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa045


Comments

No comments written yet.

Please login to write comment.