Color Hex Logo

#af4228 Color Hex

#AF4228
(175,66,40)
0 Favorites   0 Comments

Color spaces of #af4228

RGB 1756640
HSL0.030.630.42
HSV12°77°69°
CMYK 0.000.620.77   0.31
XYZ20.010413.16363.4936
Yxy13.16360.54570.3590
Hunter Lab36.281734.955019.6881
CIE-Lab43.008743.098738.1864

#af4228 color RGB value is (175,66,40).

#af4228 hex color red value is 175, green value is 66 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #af4228 hue: 0.03 , saturation: 0.63 and the lightness value of af4228 is 0.42.

The process color (four color CMYK) of #af4228 color hex is 0.00, 0.62, 0.77, 0.31. Web safe color of #af4228 is #993333. Color #af4228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 00101000
Octal 257 102 50
Decimal 175 66 40
Hex AF 42 28

RGB Percentages of Color #af4228

%62.28
%23.49
%14.23

CMYK Percentages of Color #af4228

%0
%62
%77
%31

Triadic Colors of #af4228

#af4228 #28af42 #4228af

Analogous Colors of #af4228

#af4228 #af8628 #af2852

Monochromatic Colors of #af4228

#af4228

Complementary Color

#af4228 #2895af

#af4228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4228 Color CSS Codes

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

#af4228 Text Font Color

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

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


#af4228 Background Color

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

This div background color is #af4228


#af4228 Border Color

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

This div border color is #af4228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4228


Comments

No comments written yet.

Please login to write comment.