#AA6B64

Color #AA6B64 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA6B64

Tints of Coral Tree #AA6B64

Color information

#AA6B64 (or 0xAA6B64) is unknown color: approx Coral Tree. HEX triplet: AA, 6B and 64. RGB value is (170,107,100). Sum of RGB (Red+Green+Blue) = 170+107+100=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B64 is #55949B. Grayscale: #7D7D7D. Windows color (decimal): -5608604 or 6581162. OLE color: 6581162.

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

Color convert

RGB170107100-
CMYK00.370.410.33
HSL29.17%52.94%-
HSV(B)41.18%66.67%-
XYZ24.1419.9814.64-
YUV125.04113.87160.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=45.09%
G=28.38%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010710000.370.410.33629.1752.94
HexAA6B64025292161d35
Octal252153144045514163565
Binary1010101011010111100100010010110100110000111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B64; }

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

 H1.HeaderClassName
 {
   color: #AA6B64;
 }
 .AnyTagClassName
 {
   color: #AA6B64;
 }
</style>
background-color css

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

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

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

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

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

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