#A86A61

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

Shades of Coral Tree #A86A61

Tints of Coral Tree #A86A61

Color information

#A86A61 (or 0xA86A61) is unknown color: approx Coral Tree. HEX triplet: A8, 6A and 61. RGB value is (168,106,97). Sum of RGB (Red+Green+Blue) = 168+106+97=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A61 is #57959E. Grayscale: #7B7B7B. Windows color (decimal): -5739935 or 6384296. OLE color: 6384296.

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

Color convert

RGB16810697-
CMYK00.370.420.34
HSL7.61º28.98%51.96%-
HSV(B)7.61º42.26%65.88%-
XYZ23.4619.513.84-
YUV123.51113.04159.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=45.28%
G=28.57%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681069700.370.420.347.6128.9851.96
HexA86A610252A2281d34
Octal2501521410455242103564
Binary10101000110101011000010100101101010100010100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A61; }

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

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

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

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

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

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

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

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