#AA7765

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

Shades of Toast #AA7765

Tints of Toast #AA7765

Color information

#AA7765 (or 0xAA7765) is unknown color: approx Toast. HEX triplet: AA, 77 and 65. RGB value is (170,119,101). Sum of RGB (Red+Green+Blue) = 170+119+101=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7765 is #55889A. Grayscale: #848484. Windows color (decimal): -5605531 or 6649770. OLE color: 6649770.

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

Color convert

RGB170119101-
CMYK00.30.410.33
HSL15.65º28.87%53.14%-
HSV(B)15.65º40.59%66.67%-
XYZ25.5222.6815.34-
YUV132.2110.4154.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=43.59%
G=30.51%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011910100.30.410.3315.6528.8753.14
HexAA776501E2921101d35
Octal2521671450365141203565
Binary10101010111011111001010111101010011000011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7765; }

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

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

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

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

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

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

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

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