#AA6460

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

Shades of Coral Tree #AA6460

Tints of Coral Tree #AA6460

Color information

#AA6460 (or 0xAA6460) is unknown color: approx Coral Tree. HEX triplet: AA, 64 and 60. RGB value is (170,100,96). Sum of RGB (Red+Green+Blue) = 170+100+96=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6460 is #559B9F. Grayscale: #787878. Windows color (decimal): -5610400 or 6317226. OLE color: 6317226.

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

Color convert

RGB17010096-
CMYK00.410.440.33
HSL3.24º30.33%52.16%-
HSV(B)3.24º43.53%66.67%-
XYZ23.2518.513.41-
YUV120.47114.19163.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=46.45%
G=27.32%
B=26.23%

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
Decimal1701009600.410.440.333.2430.3352.16
HexAA64600292C2131e34
Octal252144140051544133664
Binary101010101100100110000001010011011001000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6460; }

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

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

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

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

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

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

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

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