#AA6161

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

Shades of Coral Tree #AA6161

Tints of Coral Tree #AA6161

Color information

#AA6161 (or 0xAA6161) is unknown color: approx Coral Tree. HEX triplet: AA, 61 and 61. RGB value is (170,97,97). Sum of RGB (Red+Green+Blue) = 170+97+97=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6161 is #559E9E. Grayscale: #767676. Windows color (decimal): -5611167 or 6381994. OLE color: 6381994.

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

Color convert

RGB1709797-
CMYK00.430.430.33
HSL30.04%52.35%-
HSV(B)42.94%66.67%-
XYZ23.0117.9613.56-
YUV118.83115.68164.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 97 (38.28% from 255) = 26.65%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=46.70%
G=26.65%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170979700.430.430.33030.0452.35
HexAA616102B2B2101e34
Octal252141141053534103664
Binary10101010110000111000010101011101011100001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6161; }

 p { color: rgb(170,97,97); }

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

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

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

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

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

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

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