#AA765A

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

Shades of Toast #AA765A

Tints of Toast #AA765A

Color information

#AA765A (or 0xAA765A) is unknown color: approx Toast. HEX triplet: AA, 76 and 5A. RGB value is (170,118,90). Sum of RGB (Red+Green+Blue) = 170+118+90=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765A is #5589A5. Grayscale: #828282. Windows color (decimal): -5605798 or 5928618. OLE color: 5928618.

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

Color convert

RGB17011890-
CMYK00.310.470.33
HSL21º32%50.98%-
HSV(B)21º47.06%66.67%-
XYZ24.922.2412.65-
YUV130.36105.23156.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=44.97%
G=31.22%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701189000.310.470.33213250.98
HexAA765A01F2F21152033
Octal2521661320375741254063
Binary101010101110110101101001111110111110000110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA765A; }

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

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

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

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

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

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

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

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