#AA6C61

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

Shades of Coral Tree #AA6C61

Tints of Coral Tree #AA6C61

Color information

#AA6C61 (or 0xAA6C61) is unknown color: approx Coral Tree. HEX triplet: AA, 6C and 61. RGB value is (170,108,97). Sum of RGB (Red+Green+Blue) = 170+108+97=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C61 is #55939E. Grayscale: #7D7D7D. Windows color (decimal): -5608351 or 6384810. OLE color: 6384810.

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

Color convert

RGB17010897-
CMYK00.360.430.33
HSL9.04º30.04%52.35%-
HSV(B)9.04º42.94%66.67%-
XYZ24.120.1313.93-
YUV125.28112.04159.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 108 (42.58% from 255) = 28.8%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=45.33%
G=28.8%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701089700.360.430.339.0430.0452.35
HexAA6C610242B2191e34
Octal2521541410445341113664
Binary10101010110110011000010100100101011100001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6C61; }

 p { color: rgb(170,108,97); }

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

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

 a { background-color: rgb(170,108,97); }

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

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

 span { border-color: rgb(170,108,97); }

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