Color Hex Logo

#af9032 Color Hex

#AF9032
(175,144,50)
0 Favorites   0 Comments

Color spaces of #af9032

RGB 17514450
HSL0.130.560.44
HSV45°71°69°
CMYK 0.000.180.71   0.31
XYZ28.228229.29087.1835
Yxy29.29080.43630.4527
Hunter Lab54.1210-1.610430.0151
CIE-Lab61.03741.536252.0088

#af9032 color RGB value is (175,144,50).

#af9032 hex color red value is 175, green value is 144 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #af9032 hue: 0.13 , saturation: 0.56 and the lightness value of af9032 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 00110010
Octal 257 220 62
Decimal 175 144 50
Hex AF 90 32

RGB Percentages of Color #af9032

%47.43
%39.02
%13.55

CMYK Percentages of Color #af9032

%0
%18
%71
%31

Triadic Colors of #af9032

#af9032 #32af90 #9032af

Analogous Colors of #af9032

#af9032 #90af32 #af5232

Monochromatic Colors of #af9032

#af9032

Complementary Color

#af9032 #3251af

#af9032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9032 Color CSS Codes

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

#af9032 Text Font Color

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

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


#af9032 Background Color

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

This div background color is #af9032


#af9032 Border Color

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

This div border color is #af9032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9032


Comments

No comments written yet.

Please login to write comment.