#AA716A

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

Shades of Coral Tree #AA716A

Tints of Coral Tree #AA716A

Color information

#AA716A (or 0xAA716A) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 6A. RGB value is (170,113,106). Sum of RGB (Red+Green+Blue) = 170+113+106=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA716A is #558E95. Grayscale: #818181. Windows color (decimal): -5607062 or 6975914. OLE color: 6975914.

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

Color convert

RGB170113106-
CMYK00.340.380.33
HSL6.56º27.35%54.12%-
HSV(B)6.56º37.65%66.67%-
XYZ25.0821.416.44-
YUV129.24114.88157.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=43.70%
G=29.05%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011310600.340.380.336.5627.3554.12
HexAA716A022262171b36
Octal252161152042464173366
Binary1010101011100011101010010001010011010000111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA716A; }

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

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

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

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

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

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

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

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