#AC5A2E

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

Shades of Fiery Orange #AC5A2E

Tints of Fiery Orange #AC5A2E

Color information

#AC5A2E (or 0xAC5A2E) is unknown color: approx Fiery Orange. HEX triplet: AC, 5A and 2E. RGB value is (172,90,46). Sum of RGB (Red+Green+Blue) = 172+90+46=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A2E is #53A5D1. Grayscale: #6D6D6D. Windows color (decimal): -5481938 or 3037868. OLE color: 3037868.

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

Color convert

RGB1729046-
CMYK00.480.730.33
HSL20.95º57.8%42.75%-
HSV(B)20.95º73.26%67.45%-
XYZ21.1616.284.61-
YUV109.592.17172.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.84%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=55.84%
G=29.22%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172904600.480.730.3320.9557.842.75
HexAC5A2E0304921153a2b
Octal2541325606011141257253
Binary1010110010110101011100110000100100110000110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5A2E; }

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

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

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

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

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

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

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

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