#AA5A2F

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

Shades of Fiery Orange #AA5A2F

Tints of Fiery Orange #AA5A2F

Color information

#AA5A2F (or 0xAA5A2F) is unknown color: approx Fiery Orange. HEX triplet: AA, 5A and 2F. RGB value is (170,90,47). Sum of RGB (Red+Green+Blue) = 170+90+47=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2F is #55A5D0. Grayscale: #6D6D6D. Windows color (decimal): -5613009 or 3103402. OLE color: 3103402.

HSL color Cylindrical-coordinate representation of color #AA5A2F: hue angle of 20.98º 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 #AA5A2F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1709047-
CMYK00.470.720.33
HSL20.98º56.68%42.55%-
HSV(B)20.98º72.35%66.67%-
XYZ20.7516.064.7-
YUV109.0293171.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.37%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=55.37%
G=29.32%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170904700.470.720.3320.9856.6842.55
HexAA5A2F02F482115392b
Octal2521325705711041257153
Binary1010101010110101011110101111100100010000110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A2F; }

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

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

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

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

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

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

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

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