#AA7560

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

Shades of Toast #AA7560

Tints of Toast #AA7560

Color information

#AA7560 (or 0xAA7560) is unknown color: approx Toast. HEX triplet: AA, 75 and 60. RGB value is (170,117,96). Sum of RGB (Red+Green+Blue) = 170+117+96=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7560 is #558A9F. Grayscale: #828282. Windows color (decimal): -5606048 or 6321578. OLE color: 6321578.

HSL color Cylindrical-coordinate representation of color #AA7560: hue angle of 17.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7560 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17011796-
CMYK00.310.440.33
HSL17.03º30.33%52.16%-
HSV(B)17.03º43.53%66.67%-
XYZ25.0522.1114.01-
YUV130.45108.56156.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=44.39%
G=30.55%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701179600.310.440.3317.0330.3352.16
HexAA756001F2C21111e34
Octal2521651400375441213664
Binary10101010111010111000000111111011001000011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7560; }

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

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

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

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

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

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

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

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