#AA6564

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

Shades of Coral Tree #AA6564

Tints of Coral Tree #AA6564

Color information

#AA6564 (or 0xAA6564) is unknown color: approx Coral Tree. HEX triplet: AA, 65 and 64. RGB value is (170,101,100). Sum of RGB (Red+Green+Blue) = 170+101+100=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6564 is #559A9B. Grayscale: #797979. Windows color (decimal): -5610140 or 6579626. OLE color: 6579626.

HSL color Cylindrical-coordinate representation of color #AA6564: hue angle of 0.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6564 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB170101100-
CMYK00.410.410.33
HSL0.86º29.17%52.94%-
HSV(B)0.86º41.18%66.67%-
XYZ23.5318.7714.44-
YUV121.52115.86162.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.82%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=45.82%
G=27.22%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010110000.410.410.330.8629.1752.94
HexAA6564029292111d35
Octal252145144051514113565
Binary10101010110010111001000101001101001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6564; }

 p { color: rgb(170,101,100); }

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

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

 a { background-color: rgb(170,101,100); }

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

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

 span { border-color: rgb(170,101,100); }

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