Color Hex Logo

#af5110 Color Hex

#AF5110
(175,81,16)
0 Favorites   0 Comments

Color spaces of #af5110

RGB 1758116
HSL0.070.830.37
HSV25°91°69°
CMYK 0.000.540.91   0.31
XYZ20.715215.03622.3007
Yxy15.03620.54440.3951
Hunter Lab38.776527.499323.6258
CIE-Lab45.683735.020551.0591

#af5110 color RGB value is (175,81,16).

#af5110 hex color red value is 175, green value is 81 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #af5110 hue: 0.07 , saturation: 0.83 and the lightness value of af5110 is 0.37.

The process color (four color CMYK) of #af5110 color hex is 0.00, 0.54, 0.91, 0.31. Web safe color of #af5110 is #996600. Color #af5110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 00010000
Octal 257 121 20
Decimal 175 81 16
Hex AF 51 10

RGB Percentages of Color #af5110

%64.34
%29.78
%5.88

CMYK Percentages of Color #af5110

%0
%54
%91
%31

Triadic Colors of #af5110

#af5110 #10af51 #5110af

Analogous Colors of #af5110

#af5110 #afa110 #af101f

Monochromatic Colors of #af5110

#af5110

Complementary Color

#af5110 #106eaf

#af5110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5110 Color CSS Codes

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

#af5110 Text Font Color

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

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


#af5110 Background Color

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

This div background color is #af5110


#af5110 Border Color

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

This div border color is #af5110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5110


Comments

No comments written yet.

Please login to write comment.