Color Hex Logo

#afa033 Color Hex

#AFA033
(175,160,51)
0 Favorites   0 Comments

Color spaces of #afa033

RGB 17516051
HSL0.150.550.44
HSV53°71°69°
CMYK 0.000.090.71   0.31
XYZ30.847534.49468.1642
Yxy34.49460.41970.4693
Hunter Lab58.7321-9.028732.8707
CIE-Lab65.3533-7.052255.9280

#afa033 color RGB value is (175,160,51).

#afa033 hex color red value is 175, green value is 160 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afa033 hue: 0.15 , saturation: 0.55 and the lightness value of afa033 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00110011
Octal 257 240 63
Decimal 175 160 51
Hex AF A0 33

RGB Percentages of Color #afa033

%45.34
%41.45
%13.21

CMYK Percentages of Color #afa033

%0
%9
%71
%31

Triadic Colors of #afa033

#afa033 #33afa0 #a033af

Analogous Colors of #afa033

#afa033 #80af33 #af6233

Monochromatic Colors of #afa033

#afa033

Complementary Color

#afa033 #3342af

#afa033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa033 Color CSS Codes

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

#afa033 Text Font Color

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

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


#afa033 Background Color

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

This div background color is #afa033


#afa033 Border Color

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

This div border color is #afa033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa033


Comments

No comments written yet.

Please login to write comment.