Html Css Color HEX #AA6964 Coral Tree

📋 copy color: '#AA6964'

red 170 ◦ green 105 ◦ blue 100

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

Shades of Coral Tree #AA6964

Tints of Coral Tree #AA6964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 45.33%
G = 28%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6964 (or 0xAA6964) is known color: Coral Tree. HEX triplet: AA, 69 and 64. RGB value is (170,105,100). Sum of RGB (Red+Green+Blue) = 170+105+100=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6964 is #55969B. Grayscale: #7B7B7B. Windows color (decimal): -5609116 or 6580650. OLE color: 6580650.

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

Color convert

RGB 170 105 100 -
CMYK 0 0.38 0.41 0.33
HSL 4.29º 0.29% 0.53% -
HSV(B) 4.29º 0.41% 0.67% -
XYZ 23.93 19.57 14.57 -
YUV 123.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 170 105 100 0 0.38 0.41 0.33 4.29 0.29 0.53
Hex AA 69 64 0 26 29 21 4 1D 35
Octal 252 151 144 0 46 51 41 4 35 65
Binary 10101010 1101001 1100100 0 100110 101001 100001 100 11101 110101

Color Harmonies of #AA6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6964

Black with #AA6964

Text Example


Text Example

White with #AA6964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6964; }

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

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

background-color css

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

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

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

border-color css

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

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

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