#aa5828

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

Shades of Fiery Orange #AA5828

Tints of Fiery Orange #AA5828

Color information

#AA5828 (or 0xAA5828) is unknown color: approx Fiery Orange. HEX triplet: AA, 58 and 28. RGB value is (170,88,40). Sum of RGB (Red+Green+Blue) = 170+88+40=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5828 is #55A7D7. Grayscale: #6B6B6B. Windows color (decimal): -5613528 or 2644138. OLE color: 2644138.

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

Color convert

RGB1708840-
CMYK00.480.760.33
HSL22.15º61.9%41.18%-
HSV(B)22.15º76.47%66.67%-
XYZ20.4515.683.96-
YUV107.0590.17172.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.05%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=57.05%
G=29.53%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170884000.480.760.3322.1561.941.18
HexAA58280304C21163e29
Octal2521305006011441267651
Binary1010101010110001010000110000100110010000110110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5828; }

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

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

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

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

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

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

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

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