#A86B63

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

Shades of Coral Tree #A86B63

Tints of Coral Tree #A86B63

Color information

#A86B63 (or 0xA86B63) is unknown color: approx Coral Tree. HEX triplet: A8, 6B and 63. RGB value is (168,107,99). Sum of RGB (Red+Green+Blue) = 168+107+99=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86B63 is #57949C. Grayscale: #7C7C7C. Windows color (decimal): -5739677 or 6515624. OLE color: 6515624.

HSL color Cylindrical-coordinate representation of color #A86B63: hue angle of 6.96º 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 #A86B63 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16810799-
CMYK00.360.410.34
HSL6.96º28.4%52.35%-
HSV(B)6.96º41.07%65.88%-
XYZ23.6619.7414.37-
YUV124.33113.71159.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=44.92%
G=28.61%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681079900.360.410.346.9628.452.35
HexA86B63024292271c34
Octal250153143044514273464
Binary1010100011010111100011010010010100110001011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B63; }

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

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

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

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

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

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

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

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