Color Hex Logo

#af502f Color Hex

#AF502F
(175,80,47)
0 Favorites   0 Comments

Color spaces of #af502f

RGB 1758047
HSL0.040.580.44
HSV15°73°69°
CMYK 0.000.540.73   0.31
XYZ21.060915.05654.4855
Yxy15.05650.51870.3708
Hunter Lab38.802728.979520.3081
CIE-Lab45.711536.565537.3253

#af502f color RGB value is (175,80,47).

#af502f hex color red value is 175, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af502f hue: 0.04 , saturation: 0.58 and the lightness value of af502f is 0.44.

The process color (four color CMYK) of #af502f color hex is 0.00, 0.54, 0.73, 0.31. Web safe color of #af502f is #996633. Color #af502f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 00101111
Octal 257 120 57
Decimal 175 80 47
Hex AF 50 2F

RGB Percentages of Color #af502f

%57.95
%26.49
%15.56

CMYK Percentages of Color #af502f

%0
%54
%73
%31

Triadic Colors of #af502f

#af502f #2faf50 #502faf

Analogous Colors of #af502f

#af502f #af902f #af2f4e

Monochromatic Colors of #af502f

#af502f

Complementary Color

#af502f #2f8eaf

#af502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af502f Color CSS Codes

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

#af502f Text Font Color

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

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


#af502f Background Color

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

This div background color is #af502f


#af502f Border Color

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

This div border color is #af502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af502f


Comments

No comments written yet.

Please login to write comment.