#AA6260

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

Shades of Coral Tree #AA6260

Tints of Coral Tree #AA6260

Color information

#AA6260 (or 0xAA6260) is unknown color: approx Coral Tree. HEX triplet: AA, 62 and 60. RGB value is (170,98,96). Sum of RGB (Red+Green+Blue) = 170+98+96=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6260 is #559D9F. Grayscale: #777777. Windows color (decimal): -5610912 or 6316714. OLE color: 6316714.

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

Color convert

RGB1709896-
CMYK00.420.440.33
HSL1.62º30.33%52.16%-
HSV(B)1.62º43.53%66.67%-
XYZ23.0618.1313.35-
YUV119.3114.85164.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=46.70%
G=26.92%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170989600.420.440.331.6230.3352.16
HexAA626002A2C2121e34
Octal252142140052544123664
Binary101010101100010110000001010101011001000011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6260; }

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

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

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

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

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

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

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

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