#AA6560

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

Shades of Coral Tree #AA6560

Tints of Coral Tree #AA6560

Color information

#AA6560 (or 0xAA6560) is unknown color: approx Coral Tree. HEX triplet: AA, 65 and 60. RGB value is (170,101,96). Sum of RGB (Red+Green+Blue) = 170+101+96=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6560 is #559A9F. Grayscale: #797979. Windows color (decimal): -5610144 or 6317482. OLE color: 6317482.

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

Color convert

RGB17010196-
CMYK00.410.440.33
HSL4.05º30.33%52.16%-
HSV(B)4.05º43.53%66.67%-
XYZ23.3418.713.45-
YUV121.06113.86162.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=46.32%
G=27.52%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701019600.410.440.334.0530.3352.16
HexAA65600292C2141e34
Octal252145140051544143664
Binary1010101011001011100000010100110110010000110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6560; }

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

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

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

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

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

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

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

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