Html Css Color HEX #AA6660 Coral Tree

📋 copy color: '#AA6660'

red 170 ◦ green 102 ◦ blue 96

#AA6660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #AA6660

Tints of Coral Tree #AA6660

RGB

 RED value IS 170 (66.8% from 255) = 46.2%

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 46.2%
G = 27.72%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6660 (or 0xAA6660) is known color: Coral Tree. HEX triplet: AA, 66 and 60. RGB value is (170,102,96). Sum of RGB (Red+Green+Blue) = 170+102+96=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6660 is #55999F. Grayscale: #797979. Windows color (decimal): -5609888 or 6317738. OLE color: 6317738.

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

Color convert

RGB 170 102 96 -
CMYK 0 0.4 0.44 0.33
HSL 4.86º 0.3% 0.52% -
HSV(B) 4.86º 0.44% 0.67% -
XYZ 23.44 18.89 13.48 -
YUV 121.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 170 102 96 0 0.4 0.44 0.33 4.86 0.3 0.52
Hex AA 66 60 0 28 2C 21 5 1E 34
Octal 252 146 140 0 50 54 41 5 36 64
Binary 10101010 1100110 1100000 0 101000 101100 100001 101 11110 110100

Color Harmonies of #AA6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6660

Black with #AA6660

Text Example


Text Example

White with #AA6660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6660; }

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

 H1.HeaderClassName
 {
   color: #AA6660;
 }
 .AnyTagClassName
 {
   color: #AA6660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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