#AA766C

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

Shades of Coral Tree #AA766C

Tints of Coral Tree #AA766C

Color information

#AA766C (or 0xAA766C) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 6C. RGB value is (170,118,108). Sum of RGB (Red+Green+Blue) = 170+118+108=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766C is #558993. Grayscale: #848484. Windows color (decimal): -5605780 or 7108266. OLE color: 7108266.

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

Color convert

RGB170118108-
CMYK00.310.360.33
HSL9.68º26.72%54.51%-
HSV(B)9.68º36.47%66.67%-
XYZ25.7622.5917.19-
YUV132.41114.23154.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=42.93%
G=29.80%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011810800.310.360.339.6826.7254.51
HexAA766C01F2421a1b37
Octal2521661540374441123367
Binary1010101011101101101100011111100100100001101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA766C; }

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

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

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

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

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

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

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

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