#AA582D

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

Shades of Fiery Orange #AA582D

Tints of Fiery Orange #AA582D

Color information

#AA582D (or 0xAA582D) is unknown color: approx Fiery Orange. HEX triplet: AA, 58 and 2D. RGB value is (170,88,45). Sum of RGB (Red+Green+Blue) = 170+88+45=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA582D is #55A7D2. Grayscale: #6B6B6B. Windows color (decimal): -5613523 or 2971818. OLE color: 2971818.

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

Color convert

RGB1708845-
CMYK00.480.740.33
HSL20.64º58.14%42.16%-
HSV(B)20.64º73.53%66.67%-
XYZ20.5415.714.43-
YUV107.6292.67172.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.11%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=56.11%
G=29.04%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170884500.480.740.3320.6458.1442.16
HexAA582D0304A21153a2a
Octal2521305506011241257252
Binary1010101010110001011010110000100101010000110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA582D; }

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

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

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

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

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

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

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

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