Color Hex Logo

#af512f Color Hex

#AF512F
(175,81,47)
0 Favorites   0 Comments

Color spaces of #af512f

RGB 1758147
HSL0.040.580.44
HSV16°73°69°
CMYK 0.000.540.73   0.31
XYZ21.134715.20414.5101
Yxy15.20410.51740.3722
Hunter Lab38.992428.513920.4369
CIE-Lab45.912536.052137.5458

#af512f color RGB value is (175,81,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 00101111
Octal 257 121 57
Decimal 175 81 47
Hex AF 51 2F

RGB Percentages of Color #af512f

%57.76
%26.73
%15.51

CMYK Percentages of Color #af512f

%0
%54
%73
%31

Triadic Colors of #af512f

#af512f #2faf51 #512faf

Analogous Colors of #af512f

#af512f #af912f #af2f4d

Monochromatic Colors of #af512f

#af512f

Complementary Color

#af512f #2f8daf

#af512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af512f Color CSS Codes

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

#af512f Text Font Color

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

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


#af512f Background Color

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

This div background color is #af512f


#af512f Border Color

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

This div border color is #af512f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,81,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 #af512f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af512f


Comments

No comments written yet.

Please login to write comment.