Html Css Color HEX #AA6160 Coral Tree

📋 copy color: '#AA6160'

red 170 ◦ green 97 ◦ blue 96

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

Shades of Coral Tree #AA6160

Tints of Coral Tree #AA6160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 46.83%
G = 26.72%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6160 (or 0xAA6160) is known color: Coral Tree. HEX triplet: AA, 61 and 60. RGB value is (170,97,96). Sum of RGB (Red+Green+Blue) = 170+97+96=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6160 is #559E9F. Grayscale: #767676. Windows color (decimal): -5611168 or 6316458. OLE color: 6316458.

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

Color convert

RGB 170 97 96 -
CMYK 0 0.43 0.44 0.33
HSL 0.81º 0.3% 0.52% -
HSV(B) 0.81º 0.44% 0.67% -
XYZ 22.96 17.94 13.32 -
YUV 118.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 170 97 96 0 0.43 0.44 0.33 0.81 0.3 0.52
Hex AA 61 60 0 2B 2C 21 1 1E 34
Octal 252 141 140 0 53 54 41 1 36 64
Binary 10101010 1100001 1100000 0 101011 101100 100001 1 11110 110100

Color Harmonies of #AA6160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6160

Black with #AA6160

Text Example


Text Example

White with #AA6160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6160; }

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

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

background-color css

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

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

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

border-color css

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

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

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