#AA5C28

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

Shades of Fiery Orange #AA5C28

Tints of Fiery Orange #AA5C28

Color information

#AA5C28 (or 0xAA5C28) is unknown color: approx Fiery Orange. HEX triplet: AA, 5C and 28. RGB value is (170,92,40). Sum of RGB (Red+Green+Blue) = 170+92+40=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C28 is #55A3D7. Grayscale: #6D6D6D. Windows color (decimal): -5612504 or 2645162. OLE color: 2645162.

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

Color convert

RGB1709240-
CMYK00.460.760.33
HSL24º61.9%41.18%-
HSV(B)24º76.47%66.67%-
XYZ20.7916.354.07-
YUV109.3988.84171.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 56.29%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=56.29%
G=30.46%
B=13.25%

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
Decimal170924000.460.760.332461.941.18
HexAA5C2802E4C21183e29
Octal2521345005611441307651
Binary1010101010111001010000101110100110010000111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5C28; }

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

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

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

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

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

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

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

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

cancel