Html Css Color HEX #AA6260 Coral Tree

📋 copy color: '#AA6260'

red 170 ◦ green 98 ◦ blue 96

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

Shades of Coral Tree #AA6260

Tints of Coral Tree #AA6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

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

R = 46.7%
G = 26.92%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6260 (or 0xAA6260) is known color: Coral Tree. HEX triplet: AA, 62 and 60. RGB value is (170,98,96). Sum of RGB (Red+Green+Blue) = 170+98+96=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6260 is #559D9F. Grayscale: #777777. Windows color (decimal): -5610912 or 6316714. OLE color: 6316714.

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

Color convert

RGB 170 98 96 -
CMYK 0 0.42 0.44 0.33
HSL 1.62º 0.3% 0.52% -
HSV(B) 1.62º 0.44% 0.67% -
XYZ 23.06 18.13 13.35 -
YUV 119.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 170 98 96 0 0.42 0.44 0.33 1.62 0.3 0.52
Hex AA 62 60 0 2A 2C 21 2 1E 34
Octal 252 142 140 0 52 54 41 2 36 64
Binary 10101010 1100010 1100000 0 101010 101100 100001 10 11110 110100

Color Harmonies of #AA6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6260

Black with #AA6260

Text Example


Text Example

White with #AA6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6260; }

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

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

background-color css

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

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

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

border-color css

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

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

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