#AA6863

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

Shades of Coral Tree #AA6863

Tints of Coral Tree #AA6863

Color information

#AA6863 (or 0xAA6863) is unknown color: approx Coral Tree. HEX triplet: AA, 68 and 63. RGB value is (170,104,99). Sum of RGB (Red+Green+Blue) = 170+104+99=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6863 is #55979C. Grayscale: #7B7B7B. Windows color (decimal): -5609373 or 6514858. OLE color: 6514858.

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

Color convert

RGB17010499-
CMYK00.390.420.33
HSL4.23º29.46%52.75%-
HSV(B)4.23º41.76%66.67%-
XYZ23.7819.3514.29-
YUV123.16114.37161.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=45.58%
G=27.88%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701049900.390.420.334.2329.4652.75
HexAA68630272A2141d35
Octal252150143047524143565
Binary1010101011010001100011010011110101010000110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6863; }

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

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

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

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

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

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

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

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