Html Css Color HEX #AA6C66 Coral Tree

📋 copy color: '#AA6C66'

red 170 ◦ green 108 ◦ blue 102

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

Shades of Coral Tree #AA6C66

Tints of Coral Tree #AA6C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

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

R = 44.74%
G = 28.42%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA6C66 (or 0xAA6C66) is known color: Coral Tree. HEX triplet: AA, 6C and 66. RGB value is (170,108,102). Sum of RGB (Red+Green+Blue) = 170+108+102=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C66 is #559399. Grayscale: #7D7D7D. Windows color (decimal): -5608346 or 6712490. OLE color: 6712490.

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

Color convert

RGB 170 108 102 -
CMYK 0 0.36 0.4 0.33
HSL 5.29º 0.29% 0.53% -
HSV(B) 5.29º 0.4% 0.67% -
XYZ 24.34 20.23 15.19 -
YUV 125.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 170 108 102 0 0.36 0.4 0.33 5.29 0.29 0.53
Hex AA 6C 66 0 24 28 21 5 1D 35
Octal 252 154 146 0 44 50 41 5 35 65
Binary 10101010 1101100 1100110 0 100100 101000 100001 101 11101 110101

Color Harmonies of #AA6C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C66

Black with #AA6C66

Text Example


Text Example

White with #AA6C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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