Html Css Color HEX #AA6464 Coral Tree

📋 copy color: '#AA6464'

red 170 ◦ green 100 ◦ blue 100

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

Shades of Coral Tree #AA6464

Tints of Coral Tree #AA6464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 45.95%
G = 27.03%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6464 (or 0xAA6464) is known color: Coral Tree. HEX triplet: AA, 64 and 64. RGB value is (170,100,100). Sum of RGB (Red+Green+Blue) = 170+100+100=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6464 is #559B9B. Grayscale: #797979. Windows color (decimal): -5610396 or 6579370. OLE color: 6579370.

HSL color Cylindrical-coordinate representation of color #AA6464: hue angle of 0º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6464 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 100 100 -
CMYK 0 0.41 0.41 0.33
HSL 0.29% 0.53% -
HSV(B) 0.41% 0.67% -
XYZ 23.43 18.58 14.41 -
YUV 120.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 170 100 100 0 0.41 0.41 0.33 0 0.29 0.53
Hex AA 64 64 0 29 29 21 0 1D 35
Octal 252 144 144 0 51 51 41 0 35 65
Binary 10101010 1100100 1100100 0 101001 101001 100001 0 11101 110101

Color Harmonies of #AA6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6464

Black with #AA6464

Text Example


Text Example

White with #AA6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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