Html Css Color HEX #AA6664 Coral Tree

📋 copy color: '#AA6664'

red 170 ◦ green 102 ◦ blue 100

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

Shades of Coral Tree #AA6664

Tints of Coral Tree #AA6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 45.7%
G = 27.42%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6664 (or 0xAA6664) is known color: Coral Tree. HEX triplet: AA, 66 and 64. RGB value is (170,102,100). Sum of RGB (Red+Green+Blue) = 170+102+100=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6664 is #55999B. Grayscale: #7A7A7A. Windows color (decimal): -5609884 or 6579882. OLE color: 6579882.

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

Color convert

RGB 170 102 100 -
CMYK 0 0.4 0.41 0.33
HSL 1.71º 0.29% 0.53% -
HSV(B) 1.71º 0.41% 0.67% -
XYZ 23.63 18.97 14.47 -
YUV 122.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 170 102 100 0 0.4 0.41 0.33 1.71 0.29 0.53
Hex AA 66 64 0 28 29 21 2 1D 35
Octal 252 146 144 0 50 51 41 2 35 65
Binary 10101010 1100110 1100100 0 101000 101001 100001 10 11101 110101

Color Harmonies of #AA6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6664

Black with #AA6664

Text Example


Text Example

White with #AA6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6664; }

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

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

background-color css

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

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

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

border-color css

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

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

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