#A86F61

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

Shades of Coral Tree #A86F61

Tints of Coral Tree #A86F61

Color information

#A86F61 (or 0xA86F61) is unknown color: approx Coral Tree. HEX triplet: A8, 6F and 61. RGB value is (168,111,97). Sum of RGB (Red+Green+Blue) = 168+111+97=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F61 is #57909E. Grayscale: #7E7E7E. Windows color (decimal): -5738655 or 6385576. OLE color: 6385576.

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

Color convert

RGB16811197-
CMYK00.340.420.34
HSL11.83º28.98%51.96%-
HSV(B)11.83º42.26%65.88%-
XYZ23.9920.5614.01-
YUV126.45111.38157.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=44.68%
G=29.52%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681119700.340.420.3411.8328.9851.96
HexA86F610222A22c1d34
Octal2501571410425242143564
Binary10101000110111111000010100010101010100010110011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F61; }

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

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

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

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

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

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

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

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