#AA796C

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

Shades of Coral Tree #AA796C

Tints of Coral Tree #AA796C

Color information

#AA796C (or 0xAA796C) is unknown color: approx Coral Tree. HEX triplet: AA, 79 and 6C. RGB value is (170,121,108). Sum of RGB (Red+Green+Blue) = 170+121+108=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA796C is #558693. Grayscale: #868686. Windows color (decimal): -5605012 or 7109034. OLE color: 7109034.

HSL color Cylindrical-coordinate representation of color #AA796C: hue angle of 12.58º 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 #AA796C is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170121108-
CMYK00.290.360.33
HSL12.58º26.72%54.51%-
HSV(B)12.58º36.47%66.67%-
XYZ26.1223.317.31-
YUV134.17113.23153.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=42.61%
G=30.33%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012110800.290.360.3312.5826.7254.51
HexAA796C01D2421d1b37
Octal2521711540354441153367
Binary1010101011110011101100011101100100100001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA796C; }

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

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

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

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

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

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

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

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