#aa765e

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

Shades of Toast #AA765E

Tints of Toast #AA765E

Color information

#AA765E (or 0xAA765E) is unknown color: approx Toast. HEX triplet: AA, 76 and 5E. RGB value is (170,118,94). Sum of RGB (Red+Green+Blue) = 170+118+94=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765E is #5589A1. Grayscale: #828282. Windows color (decimal): -5605794 or 6190762. OLE color: 6190762.

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

Color convert

RGB17011894-
CMYK00.310.450.33
HSL18.95º30.89%51.76%-
HSV(B)18.95º44.71%66.67%-
XYZ25.0822.3113.57-
YUV130.81107.23155.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=44.50%
G=30.89%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701189400.310.450.3318.9530.8951.76
HexAA765E01F2D21131f34
Octal2521661360375541233764
Binary10101010111011010111100111111011011000011001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa765e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa765e; }

 p { color: rgb(170,118,94); }

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

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

 a { background-color: rgb(170,118,94); }

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

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

 span { border-color: rgb(170,118,94); }

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