#AA766F

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

Shades of Coral Tree #AA766F

Tints of Coral Tree #AA766F

Color information

#AA766F (or 0xAA766F) is unknown color: approx Coral Tree. HEX triplet: AA, 76 and 6F. RGB value is (170,118,111). Sum of RGB (Red+Green+Blue) = 170+118+111=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA766F is #558990. Grayscale: #848484. Windows color (decimal): -5605777 or 7304874. OLE color: 7304874.

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

Color convert

RGB170118111-
CMYK00.310.350.33
HSL7.12º25.76%55.1%-
HSV(B)7.12º34.71%66.67%-
XYZ25.9322.6518.04-
YUV132.75115.73154.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=42.61%
G=29.57%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011811100.310.350.337.1225.7655.1
HexAA766F01F232171a37
Octal252166157037434173267
Binary101010101110110110111101111110001110000111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA766F; }

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

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

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

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

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

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

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

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