#AA7559

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

Shades of Toast #AA7559

Tints of Toast #AA7559

Color information

#AA7559 (or 0xAA7559) is unknown color: approx Toast. HEX triplet: AA, 75 and 59. RGB value is (170,117,89). Sum of RGB (Red+Green+Blue) = 170+117+89=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7559 is #558AA6. Grayscale: #818181. Windows color (decimal): -5606055 or 5862826. OLE color: 5862826.

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

Color convert

RGB17011789-
CMYK00.310.480.33
HSL20.74º32.27%50.78%-
HSV(B)20.74º47.65%66.67%-
XYZ24.7421.9912.39-
YUV129.66105.06156.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 89 (35.16% from 255) = 23.67%
R=45.21%
G=31.12%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701178900.310.480.3320.7432.2750.78
HexAA755901F3021152033
Octal2521651310376041254063
Binary101010101110101101100101111111000010000110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7559; }

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

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

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

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

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

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

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

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