#AA5E33

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

Shades of Fiery Orange #AA5E33

Tints of Fiery Orange #AA5E33

Color information

#AA5E33 (or 0xAA5E33) is unknown color: approx Fiery Orange. HEX triplet: AA, 5E and 33. RGB value is (170,94,51). Sum of RGB (Red+Green+Blue) = 170+94+51=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E33 is #55A1CC. Grayscale: #707070. Windows color (decimal): -5611981 or 3366570. OLE color: 3366570.

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

Color convert

RGB1709451-
CMYK00.450.70.33
HSL21.68º53.85%43.33%-
HSV(B)21.68º70%66.67%-
XYZ21.1816.795.26-
YUV111.8293.68169.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=53.97%
G=29.84%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170945100.450.70.3321.6853.8543.33
HexAA5E3302D462116362b
Octal2521366305510641266653
Binary1010101010111101100110101101100011010000110110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5E33; }

 p { color: rgb(170,94,51); }

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

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

 a { background-color: rgb(170,94,51); }

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

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

 span { border-color: rgb(170,94,51); }

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