#AA582E

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

Shades of Fiery Orange #AA582E

Tints of Fiery Orange #AA582E

Color information

#AA582E (or 0xAA582E) is unknown color: approx Fiery Orange. HEX triplet: AA, 58 and 2E. RGB value is (170,88,46). Sum of RGB (Red+Green+Blue) = 170+88+46=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA582E is #55A7D1. Grayscale: #6B6B6B. Windows color (decimal): -5613522 or 3037354. OLE color: 3037354.

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

Color convert

RGB1708846-
CMYK00.480.730.33
HSL20.32º57.41%42.35%-
HSV(B)20.32º72.94%66.67%-
XYZ20.5615.724.54-
YUV107.7393.17172.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.92%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=55.92%
G=28.95%
B=15.13%

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
Decimal170884600.480.730.3320.3257.4142.35
HexAA582E030492114392a
Octal2521305606011141247152
Binary1010101010110001011100110000100100110000110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA582E; }

 p { color: rgb(170,88,46); }

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

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

 a { background-color: rgb(170,88,46); }

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

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

 span { border-color: rgb(170,88,46); }

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