#AA765B

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

Shades of Toast #AA765B

Tints of Toast #AA765B

Color information

#AA765B (or 0xAA765B) is unknown color: approx Toast. HEX triplet: AA, 76 and 5B. RGB value is (170,118,91). Sum of RGB (Red+Green+Blue) = 170+118+91=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765B is #5589A4. Grayscale: #828282. Windows color (decimal): -5605797 or 5994154. OLE color: 5994154.

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

Color convert

RGB17011891-
CMYK00.310.460.33
HSL20.51º31.73%51.18%-
HSV(B)20.51º46.47%66.67%-
XYZ24.9422.2612.88-
YUV130.47105.73156.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=44.85%
G=31.13%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701189100.310.460.3320.5131.7351.18
HexAA765B01F2E21152033
Octal2521661330375641254063
Binary101010101110110101101101111110111010000110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA765B; }

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

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

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

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

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

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

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

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