Html Css Color HEX #AA6460 Coral Tree

📋 copy color: '#AA6460'

red 170 ◦ green 100 ◦ blue 96

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

Shades of Coral Tree #AA6460

Tints of Coral Tree #AA6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 46.45%
G = 27.32%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6460 (or 0xAA6460) is known color: Coral Tree. HEX triplet: AA, 64 and 60. RGB value is (170,100,96). Sum of RGB (Red+Green+Blue) = 170+100+96=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6460 is #559B9F. Grayscale: #787878. Windows color (decimal): -5610400 or 6317226. OLE color: 6317226.

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

Color convert

RGB 170 100 96 -
CMYK 0 0.41 0.44 0.33
HSL 3.24º 0.3% 0.52% -
HSV(B) 3.24º 0.44% 0.67% -
XYZ 23.25 18.5 13.41 -
YUV 120.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 170 100 96 0 0.41 0.44 0.33 3.24 0.3 0.52
Hex AA 64 60 0 29 2C 21 3 1E 34
Octal 252 144 140 0 51 54 41 3 36 64
Binary 10101010 1100100 1100000 0 101001 101100 100001 11 11110 110100

Color Harmonies of #AA6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6460

Black with #AA6460

Text Example


Text Example

White with #AA6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6460; }

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

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

background-color css

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

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

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

border-color css

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

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

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