Html Css Color HEX #AA6C60 Coral Tree

📋 copy color: '#AA6C60'

red 170 ◦ green 108 ◦ blue 96

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

Shades of Coral Tree #AA6C60

Tints of Coral Tree #AA6C60

RGB

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

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

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

R = 45.45%
G = 28.88%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6C60 (or 0xAA6C60) is known color: Coral Tree. HEX triplet: AA, 6C and 60. RGB value is (170,108,96). Sum of RGB (Red+Green+Blue) = 170+108+96=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C60 is #55939F. Grayscale: #7D7D7D. Windows color (decimal): -5608352 or 6319274. OLE color: 6319274.

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

Color convert

RGB 170 108 96 -
CMYK 0 0.36 0.44 0.33
HSL 9.73º 0.3% 0.52% -
HSV(B) 9.73º 0.44% 0.67% -
XYZ 24.05 20.12 13.68 -
YUV 125.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 170 108 96 0 0.36 0.44 0.33 9.73 0.3 0.52
Hex AA 6C 60 0 24 2C 21 A 1E 34
Octal 252 154 140 0 44 54 41 12 36 64
Binary 10101010 1101100 1100000 0 100100 101100 100001 1010 11110 110100

Color Harmonies of #AA6C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C60

Black with #AA6C60

Text Example


Text Example

White with #AA6C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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