#AA5B2F

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

Shades of Fiery Orange #AA5B2F

Tints of Fiery Orange #AA5B2F

Color information

#AA5B2F (or 0xAA5B2F) is unknown color: approx Fiery Orange. HEX triplet: AA, 5B and 2F. RGB value is (170,91,47). Sum of RGB (Red+Green+Blue) = 170+91+47=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2F is #55A4D0. Grayscale: #6D6D6D. Windows color (decimal): -5612753 or 3103658. OLE color: 3103658.

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

Color convert

RGB1709147-
CMYK00.460.720.33
HSL21.46º56.68%42.55%-
HSV(B)21.46º72.35%66.67%-
XYZ20.8316.234.72-
YUV109.692.67171.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.19%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=55.19%
G=29.55%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170914700.460.720.3321.4656.6842.55
HexAA5B2F02E482115392b
Octal2521335705611041257153
Binary1010101010110111011110101110100100010000110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B2F; }

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

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

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

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

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

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

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

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