Html Css Color HEX #AA7164 Coral Tree

📋 copy color: '#AA7164'

red 170 ◦ green 113 ◦ blue 100

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

Shades of Coral Tree #AA7164

Tints of Coral Tree #AA7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 44.39%
G = 29.5%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA7164 (or 0xAA7164) is known color: Coral Tree. HEX triplet: AA, 71 and 64. RGB value is (170,113,100). Sum of RGB (Red+Green+Blue) = 170+113+100=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7164 is #558E9B. Grayscale: #808080. Windows color (decimal): -5607068 or 6582698. OLE color: 6582698.

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

Color convert

RGB 170 113 100 -
CMYK 0 0.34 0.41 0.33
HSL 11.14º 0.29% 0.53% -
HSV(B) 11.14º 0.41% 0.67% -
XYZ 24.78 21.28 14.86 -
YUV 128.56 111.88 157.56 -
System Red Green Blue C M Y K H S L
Decimal 170 113 100 0 0.34 0.41 0.33 11.14 0.29 0.53
Hex AA 71 64 0 22 29 21 B 1D 35
Octal 252 161 144 0 42 51 41 13 35 65
Binary 10101010 1110001 1100100 0 100010 101001 100001 1011 11101 110101

Color Harmonies of #AA7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7164

Black with #AA7164

Text Example


Text Example

White with #AA7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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