#AA7459

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

Shades of Toast #AA7459

Tints of Toast #AA7459

Color information

#AA7459 (or 0xAA7459) is unknown color: approx Toast. HEX triplet: AA, 74 and 59. RGB value is (170,116,89). Sum of RGB (Red+Green+Blue) = 170+116+89=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7459 is #558BA6. Grayscale: #818181. Windows color (decimal): -5606311 or 5862570. OLE color: 5862570.

HSL color Cylindrical-coordinate representation of color #AA7459: hue angle of 20º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7459 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17011689-
CMYK00.320.480.33
HSL20º32.27%50.78%-
HSV(B)20º47.65%66.67%-
XYZ24.6321.7612.35-
YUV129.07105.39157.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=45.33%
G=30.93%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701168900.320.480.332032.2750.78
HexAA74590203021142033
Octal2521641310406041244063
Binary1010101011101001011001010000011000010000110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7459; }

 p { color: rgb(170,116,89); }

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

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

 a { background-color: rgb(170,116,89); }

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

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

 span { border-color: rgb(170,116,89); }

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