#A86C6C

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

Shades of Coral Tree #A86C6C

Tints of Coral Tree #A86C6C

Color information

#A86C6C (or 0xA86C6C) is unknown color: approx Coral Tree. HEX triplet: A8, 6C and 6C. RGB value is (168,108,108). Sum of RGB (Red+Green+Blue) = 168+108+108=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86C6C is #579393. Grayscale: #7E7E7E. Windows color (decimal): -5739412 or 7105704. OLE color: 7105704.

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

Color convert

RGB168108108-
CMYK00.360.360.34
HSL25.64%54.12%-
HSV(B)35.71%65.88%-
XYZ24.2220.1316.8-
YUV125.94117.88158-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=43.75%
G=28.12%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810810800.360.360.34025.6454.12
HexA86C6C024242201a36
Octal250154154044444203266
Binary10101000110110011011000100100100100100010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86C6C; }

 p { color: rgb(168,108,108); }

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

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

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

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

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

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

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