#AA6965

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

Shades of Coral Tree #AA6965

Tints of Coral Tree #AA6965

Color information

#AA6965 (or 0xAA6965) is unknown color: approx Coral Tree. HEX triplet: AA, 69 and 65. RGB value is (170,105,101). Sum of RGB (Red+Green+Blue) = 170+105+101=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6965 is #55969A. Grayscale: #7C7C7C. Windows color (decimal): -5609115 or 6646186. OLE color: 6646186.

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

Color convert

RGB170105101-
CMYK00.380.410.33
HSL3.48º28.87%53.14%-
HSV(B)3.48º40.59%66.67%-
XYZ23.9819.5914.83-
YUV123.98115.03160.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=45.21%
G=27.93%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010510100.380.410.333.4828.8753.14
HexAA6965026292131d35
Octal252151145046514133565
Binary101010101101001110010101001101010011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6965; }

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

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

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

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

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

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

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

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