#A86F66

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

Shades of Coral Tree #A86F66

Tints of Coral Tree #A86F66

Color information

#A86F66 (or 0xA86F66) is unknown color: approx Coral Tree. HEX triplet: A8, 6F and 66. RGB value is (168,111,102). Sum of RGB (Red+Green+Blue) = 168+111+102=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F66 is #579099. Grayscale: #7F7F7F. Windows color (decimal): -5738650 or 6713256. OLE color: 6713256.

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

Color convert

RGB168111102-
CMYK00.340.390.34
HSL8.18º27.5%52.94%-
HSV(B)8.18º39.29%65.88%-
XYZ24.2320.6515.28-
YUV127.02113.88157.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=44.09%
G=29.13%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811110200.340.390.348.1827.552.94
HexA86F66022272281c35
Octal2501571460424742103465
Binary10101000110111111001100100010100111100010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F66; }

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

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

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

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

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

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

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

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