#AC5A29

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

Shades of Fiery Orange #AC5A29

Tints of Fiery Orange #AC5A29

Color information

#AC5A29 (or 0xAC5A29) is unknown color: approx Fiery Orange. HEX triplet: AC, 5A and 29. RGB value is (172,90,41). Sum of RGB (Red+Green+Blue) = 172+90+41=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A29 is #53A5D6. Grayscale: #6D6D6D. Windows color (decimal): -5481943 or 2710188. OLE color: 2710188.

HSL color Cylindrical-coordinate representation of color #AC5A29: hue angle of 22.44º 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 #AC5A29 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1729041-
CMYK00.480.760.33
HSL22.44º61.5%41.76%-
HSV(B)22.44º76.16%67.45%-
XYZ21.0716.244.12-
YUV108.9389.67172.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 41 (16.41% from 255) = 13.53%
R=56.77%
G=29.70%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172904100.480.760.3322.4461.541.76
HexAC5A290304C21163e2a
Octal2541325106011441267652
Binary1010110010110101010010110000100110010000110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A29; }

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

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

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

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

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

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

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

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