#AA655C

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

Shades of Coral Tree #AA655C

Tints of Coral Tree #AA655C

Color information

#AA655C (or 0xAA655C) is unknown color: approx Coral Tree. HEX triplet: AA, 65 and 5C. RGB value is (170,101,92). Sum of RGB (Red+Green+Blue) = 170+101+92=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA655C is #559AA3. Grayscale: #787878. Windows color (decimal): -5610148 or 6055338. OLE color: 6055338.

HSL color Cylindrical-coordinate representation of color #AA655C: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA655C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17010192-
CMYK00.410.460.33
HSL6.92º31.45%51.37%-
HSV(B)6.92º45.88%66.67%-
XYZ23.1618.6312.5-
YUV120.6111.86163.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=46.83%
G=27.82%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701019200.410.460.336.9231.4551.37
HexAA655C0292E2171f33
Octal252145134051564173763
Binary1010101011001011011100010100110111010000111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA655C; }

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

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

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

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

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

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

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

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