#AC5A27

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

Shades of Fiery Orange #AC5A27

Tints of Fiery Orange #AC5A27

Color information

#AC5A27 (or 0xAC5A27) is unknown color: approx Fiery Orange. HEX triplet: AC, 5A and 27. RGB value is (172,90,39). Sum of RGB (Red+Green+Blue) = 172+90+39=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A27 is #53A5D8. Grayscale: #6C6C6C. Windows color (decimal): -5481945 or 2579116. OLE color: 2579116.

HSL color Cylindrical-coordinate representation of color #AC5A27: hue angle of 23.01º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC5A27 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1729039-
CMYK00.480.770.33
HSL23.01º63.03%41.37%-
HSV(B)23.01º77.33%67.45%-
XYZ21.0416.233.94-
YUV108.788.67173.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.14%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=57.14%
G=29.90%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172903900.480.770.3323.0163.0341.37
HexAC5A270304D21173f29
Octal2541324706011541277751
Binary1010110010110101001110110000100110110000110111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A27; }

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

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

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

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

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

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

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

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