Html Css Color HEX #AA6666 Coral Tree

📋 copy color: '#AA6666'

red 170 ◦ green 102 ◦ blue 102

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

Shades of Coral Tree #AA6666

Tints of Coral Tree #AA6666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 45.45%
G = 27.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA6666 (or 0xAA6666) is known color: Coral Tree. HEX triplet: AA, 66 and 66. RGB value is (170,102,102). Sum of RGB (Red+Green+Blue) = 170+102+102=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6666 is #559999. Grayscale: #7A7A7A. Windows color (decimal): -5609882 or 6710954. OLE color: 6710954.

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

Color convert

RGB 170 102 102 -
CMYK 0 0.4 0.4 0.33
HSL 0.29% 0.53% -
HSV(B) 0.4% 0.67% -
XYZ 23.73 19.01 14.99 -
YUV 122.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 170 102 102 0 0.4 0.4 0.33 0 0.29 0.53
Hex AA 66 66 0 28 28 21 0 1D 35
Octal 252 146 146 0 50 50 41 0 35 65
Binary 10101010 1100110 1100110 0 101000 101000 100001 0 11101 110101

Color Harmonies of #AA6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6666

Black with #AA6666

Text Example


Text Example

White with #AA6666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6666; }

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

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

background-color css

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

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

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

border-color css

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

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

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