#AC582F

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

Shades of Fiery Orange #AC582F

Tints of Fiery Orange #AC582F

Color information

#AC582F (or 0xAC582F) is unknown color: approx Fiery Orange. HEX triplet: AC, 58 and 2F. RGB value is (172,88,47). Sum of RGB (Red+Green+Blue) = 172+88+47=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC582F is #53A7D0. Grayscale: #6C6C6C. Windows color (decimal): -5482449 or 3102892. OLE color: 3102892.

HSL color Cylindrical-coordinate representation of color #AC582F: hue angle of 19.68º degrees, saturation: 0.57, 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 #AC582F is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1728847-
CMYK00.490.730.33
HSL19.68º57.08%42.94%-
HSV(B)19.68º72.67%67.45%-
XYZ21.0215.964.66-
YUV108.4493.33173.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=56.03%
G=28.66%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172884700.490.730.3319.6857.0842.94
HexAC582F031492114392b
Octal2541305706111141247153
Binary1010110010110001011110110001100100110000110100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC582F; }

 p { color: rgb(172,88,47); }

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

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

 a { background-color: rgb(172,88,47); }

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

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

 span { border-color: rgb(172,88,47); }

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