#A86663

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

Shades of Coral Tree #A86663

Tints of Coral Tree #A86663

Color information

#A86663 (or 0xA86663) is unknown color: approx Coral Tree. HEX triplet: A8, 66 and 63. RGB value is (168,102,99). Sum of RGB (Red+Green+Blue) = 168+102+99=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A86663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86663 is #57999C. Grayscale: #797979. Windows color (decimal): -5740957 or 6514344. OLE color: 6514344.

HSL color Cylindrical-coordinate representation of color #A86663: hue angle of 2.61º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86663 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16810299-
CMYK00.390.410.34
HSL2.61º28.4%52.35%-
HSV(B)2.61º41.07%65.88%-
XYZ23.1518.7314.2-
YUV121.39115.37161.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=45.53%
G=27.64%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681029900.390.410.342.6128.452.35
HexA86663027292231c34
Octal250146143047514233464
Binary101010001100110110001101001111010011000101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86663; }

 p { color: rgb(168,102,99); }

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

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

 a { background-color: rgb(168,102,99); }

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

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

 span { border-color: rgb(168,102,99); }

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