#AA7760

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

Shades of Toast #AA7760

Tints of Toast #AA7760

Color information

#AA7760 (or 0xAA7760) is unknown color: approx Toast. HEX triplet: AA, 77 and 60. RGB value is (170,119,96). Sum of RGB (Red+Green+Blue) = 170+119+96=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7760 is #55889F. Grayscale: #838383. Windows color (decimal): -5605536 or 6322090. OLE color: 6322090.

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

Color convert

RGB17011996-
CMYK00.30.440.33
HSL18.65º30.33%52.16%-
HSV(B)18.65º43.53%66.67%-
XYZ25.2922.5814.09-
YUV131.63107.9155.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=44.16%
G=30.91%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701199600.30.440.3318.6530.3352.16
HexAA776001E2C21131e34
Octal2521671400365441233664
Binary10101010111011111000000111101011001000011001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7760; }

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

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

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

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

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

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

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

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