Color Hex Logo

#af530f Color Hex

#AF530F
(175,83,15)
0 Favorites   0 Comments

Color spaces of #af530f

RGB 1758315
HSL0.070.840.37
HSV26°91°69°
CMYK 0.000.530.91   0.31
XYZ20.858715.33502.3125
Yxy15.33500.54170.3982
Hunter Lab39.159926.548923.9107
CIE-Lab46.089733.964051.6646

#af530f color RGB value is (175,83,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 00001111
Octal 257 123 17
Decimal 175 83 15
Hex AF 53 F

RGB Percentages of Color #af530f

%64.10
%30.40
%5.49

CMYK Percentages of Color #af530f

%0
%53
%91
%31

Triadic Colors of #af530f

#af530f #0faf53 #530faf

Analogous Colors of #af530f

#af530f #afa30f #af0f1b

Monochromatic Colors of #af530f

#af530f

Complementary Color

#af530f #0f6baf

#af530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af530f Color CSS Codes

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

#af530f Text Font Color

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

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


#af530f Background Color

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

This div background color is #af530f


#af530f Border Color

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

This div border color is #af530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af530f


Comments

No comments written yet.

Please login to write comment.