#AA6D63

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

Shades of Coral Tree #AA6D63

Tints of Coral Tree #AA6D63

Color information

#AA6D63 (or 0xAA6D63) is unknown color: approx Coral Tree. HEX triplet: AA, 6D and 63. RGB value is (170,109,99). Sum of RGB (Red+Green+Blue) = 170+109+99=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D63 is #55929C. Grayscale: #7E7E7E. Windows color (decimal): -5608093 or 6516138. OLE color: 6516138.

HSL color Cylindrical-coordinate representation of color #AA6D63: hue angle of 8.45º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6D63 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17010999-
CMYK00.360.420.33
HSL8.45º29.46%52.75%-
HSV(B)8.45º41.76%66.67%-
XYZ24.320.3814.46-
YUV126.1112.71159.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=44.97%
G=28.84%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701099900.360.420.338.4529.4652.75
HexAA6D630242A2181d35
Octal2521551430445241103565
Binary10101010110110111000110100100101010100001100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D63; }

 p { color: rgb(170,109,99); }

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

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

 a { background-color: rgb(170,109,99); }

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

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

 span { border-color: rgb(170,109,99); }

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