#AA6E60

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

Shades of Coral Tree #AA6E60

Tints of Coral Tree #AA6E60

Color information

#AA6E60 (or 0xAA6E60) is unknown color: approx Coral Tree. HEX triplet: AA, 6E and 60. RGB value is (170,110,96). Sum of RGB (Red+Green+Blue) = 170+110+96=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E60 is #55919F. Grayscale: #7E7E7E. Windows color (decimal): -5607840 or 6319786. OLE color: 6319786.

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

Color convert

RGB17011096-
CMYK00.350.440.33
HSL11.35º30.33%52.16%-
HSV(B)11.35º43.53%66.67%-
XYZ24.2620.5413.75-
YUV126.34110.88159.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=45.21%
G=29.26%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701109600.350.440.3311.3530.3352.16
HexAA6E600232C21b1e34
Octal2521561400435441133664
Binary10101010110111011000000100011101100100001101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E60; }

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

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

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

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

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

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

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

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