#AC5F29

Color #AC5F29 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #AC5F29

Tints of Fiery Orange #AC5F29

Color information

#AC5F29 (or 0xAC5F29) is unknown color: approx Fiery Orange. HEX triplet: AC, 5F and 29. RGB value is (172,95,41). Sum of RGB (Red+Green+Blue) = 172+95+41=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5F29 is #53A0D6. Grayscale: #707070. Windows color (decimal): -5480663 or 2711468. OLE color: 2711468.

HSL color Cylindrical-coordinate representation of color #AC5F29: hue angle of 24.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC5F29 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1729541-
CMYK00.450.760.33
HSL24.73º61.5%41.76%-
HSV(B)24.73º76.16%67.45%-
XYZ21.5117.124.27-
YUV111.8788.01170.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=55.84%
G=30.84%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172954100.450.760.3324.7361.541.76
HexAC5F2902D4C21193e2a
Octal2541375105511441317652
Binary1010110010111111010010101101100110010000111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F29; }

 p { color: rgb(172,95,41); }

 H1.HeaderClassName
 {
   color: #AC5F29;
 }
 .AnyTagClassName
 {
   color: #AC5F29;
 }
</style>
background-color css

<style>
 a { background-color: #AC5F29; }

 a { background-color: rgb(172,95,41); }

 div.DivClassName
 {
   background-color: #AC5F29;
 }
 .BgClassName
 {
   background-color: #AC5F29;
 }
</style>
border-color css

<style>
 span { border-color: #AC5F29; }

 span { border-color: rgb(172,95,41); }

 td.TdClassName
 {
   border-color: #AC5F29;
 }
 .TagClassName
 {
   border-color: #AC5F29;
 }
</style>