#AA716D

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

Shades of Coral Tree #AA716D

Tints of Coral Tree #AA716D

Color information

#AA716D (or 0xAA716D) is unknown color: approx Coral Tree. HEX triplet: AA, 71 and 6D. RGB value is (170,113,109). Sum of RGB (Red+Green+Blue) = 170+113+109=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA716D is #558E92. Grayscale: #818181. Windows color (decimal): -5607059 or 7172522. OLE color: 7172522.

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

Color convert

RGB170113109-
CMYK00.340.360.33
HSL3.93º26.41%54.71%-
HSV(B)3.93º35.88%66.67%-
XYZ25.2421.4617.28-
YUV129.59116.38156.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=43.37%
G=28.83%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011310900.340.360.333.9326.4154.71
HexAA716D022242141a37
Octal252161155042444143267
Binary1010101011100011101101010001010010010000110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA716D; }

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

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

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

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

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

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

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

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