Color Hex Logo

#af7020 Color Hex

#AF7020
(175,112,32)
0 Favorites   0 Comments

Color spaces of #af7020

RGB 17511232
HSL0.090.690.41
HSV34°82°69°
CMYK 0.000.360.82   0.31
XYZ23.734120.80664.1317
Yxy20.80660.48760.4275
Hunter Lab45.614313.052526.5595
CIE-Lab52.737218.577151.3046

#af7020 color RGB value is (175,112,32).

#af7020 hex color red value is 175, green value is 112 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #af7020 hue: 0.09 , saturation: 0.69 and the lightness value of af7020 is 0.41.

The process color (four color CMYK) of #af7020 color hex is 0.00, 0.36, 0.82, 0.31. Web safe color of #af7020 is #996633. Color #af7020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 00100000
Octal 257 160 40
Decimal 175 112 32
Hex AF 70 20

RGB Percentages of Color #af7020

%54.86
%35.11
%10.03

CMYK Percentages of Color #af7020

%0
%36
%82
%31

Triadic Colors of #af7020

#af7020 #20af70 #7020af

Analogous Colors of #af7020

#af7020 #a7af20 #af2920

Monochromatic Colors of #af7020

#af7020

Complementary Color

#af7020 #205faf

#af7020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7020 Color CSS Codes

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

#af7020 Text Font Color

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

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


#af7020 Background Color

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

This div background color is #af7020


#af7020 Border Color

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

This div border color is #af7020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7020


Comments

No comments written yet.

Please login to write comment.