#AA5B28

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

Shades of Fiery Orange #AA5B28

Tints of Fiery Orange #AA5B28

Color information

#AA5B28 (or 0xAA5B28) is unknown color: approx Fiery Orange. HEX triplet: AA, 5B and 28. RGB value is (170,91,40). Sum of RGB (Red+Green+Blue) = 170+91+40=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B28 is #55A4D7. Grayscale: #6D6D6D. Windows color (decimal): -5612760 or 2644906. OLE color: 2644906.

HSL color Cylindrical-coordinate representation of color #AA5B28: hue angle of 23.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA5B28 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB1709140-
CMYK00.460.760.33
HSL23.54º61.9%41.18%-
HSV(B)23.54º76.47%66.67%-
XYZ20.716.184.04-
YUV108.8189.17171.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.48%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=56.48%
G=30.23%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170914000.460.760.3323.5461.941.18
HexAA5B2802E4C21183e29
Octal2521335005611441307651
Binary1010101010110111010000101110100110010000111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B28; }

 p { color: rgb(170,91,40); }

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

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

 a { background-color: rgb(170,91,40); }

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

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

 span { border-color: rgb(170,91,40); }

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