#AA5C2B

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

Shades of Fiery Orange #AA5C2B

Tints of Fiery Orange #AA5C2B

Color information

#AA5C2B (or 0xAA5C2B) is unknown color: approx Fiery Orange. HEX triplet: AA, 5C and 2B. RGB value is (170,92,43). Sum of RGB (Red+Green+Blue) = 170+92+43=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2B is #55A3D4. Grayscale: #6E6E6E. Windows color (decimal): -5612501 or 2841770. OLE color: 2841770.

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

Color convert

RGB1709243-
CMYK00.460.750.33
HSL23.15º59.62%41.76%-
HSV(B)23.15º74.71%66.67%-
XYZ20.8416.374.35-
YUV109.7490.34170.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=55.74%
G=30.16%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170924300.460.750.3323.1559.6241.76
HexAA5C2B02E4B21173c2a
Octal2521345305611341277452
Binary1010101010111001010110101110100101110000110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C2B; }

 p { color: rgb(170,92,43); }

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

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

 a { background-color: rgb(170,92,43); }

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

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

 span { border-color: rgb(170,92,43); }

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