#AA765C

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

Shades of Toast #AA765C

Tints of Toast #AA765C

Color information

#AA765C (or 0xAA765C) is unknown color: approx Toast. HEX triplet: AA, 76 and 5C. RGB value is (170,118,92). Sum of RGB (Red+Green+Blue) = 170+118+92=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765C is #5589A3. Grayscale: #828282. Windows color (decimal): -5605796 or 6059690. OLE color: 6059690.

HSL color Cylindrical-coordinate representation of color #AA765C: hue angle of 20º degrees, saturation: 0.31, 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 #AA765C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17011892-
CMYK00.310.460.33
HSL20º31.45%51.37%-
HSV(B)20º45.88%66.67%-
XYZ24.9922.2813.11-
YUV130.58106.23156.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=44.74%
G=31.05%
B=24.21%

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
Decimal1701189200.310.460.332031.4551.37
HexAA765C01F2E21141f33
Octal2521661340375641243763
Binary10101010111011010111000111111011101000011010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA765C; }

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

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

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

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

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

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

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

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