#AA766A

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

Shades of Coral Tree #AA766A

Tints of Coral Tree #AA766A

Color information

#AA766A (or 0xAA766A) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 6A. RGB value is (170,118,106). Sum of RGB (Red+Green+Blue) = 170+118+106=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766A is #558995. Grayscale: #848484. Windows color (decimal): -5605782 or 6977194. OLE color: 6977194.

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

Color convert

RGB170118106-
CMYK00.310.380.33
HSL11.25º27.35%54.12%-
HSV(B)11.25º37.65%66.67%-
XYZ25.6622.5416.63-
YUV132.18113.23154.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=43.15%
G=29.95%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011810600.310.380.3311.2527.3554.12
HexAA766A01F2621b1b36
Octal2521661520374641133366
Binary1010101011101101101010011111100110100001101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA766A; }

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

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

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

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

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

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

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

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