Html Css Color HEX #AA6860 Coral Tree

📋 copy color: '#AA6860'

red 170 ◦ green 104 ◦ blue 96

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

Shades of Coral Tree #AA6860

Tints of Coral Tree #AA6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

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

R = 45.95%
G = 28.11%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6860 (or 0xAA6860) is known color: Coral Tree. HEX triplet: AA, 68 and 60. RGB value is (170,104,96). Sum of RGB (Red+Green+Blue) = 170+104+96=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6860 is #55979F. Grayscale: #7A7A7A. Windows color (decimal): -5609376 or 6318250. OLE color: 6318250.

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

Color convert

RGB 170 104 96 -
CMYK 0 0.39 0.44 0.33
HSL 6.49º 0.3% 0.52% -
HSV(B) 6.49º 0.44% 0.67% -
XYZ 23.64 19.29 13.54 -
YUV 122.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 170 104 96 0 0.39 0.44 0.33 6.49 0.3 0.52
Hex AA 68 60 0 27 2C 21 6 1E 34
Octal 252 150 140 0 47 54 41 6 36 64
Binary 10101010 1101000 1100000 0 100111 101100 100001 110 11110 110100

Color Harmonies of #AA6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6860

Black with #AA6860

Text Example


Text Example

White with #AA6860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6860; }

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

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

background-color css

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

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

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

border-color css

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

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

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