#A86D68

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

Shades of Coral Tree #A86D68

Tints of Coral Tree #A86D68

Color information

#A86D68 (or 0xA86D68) is unknown color: approx Coral Tree. HEX triplet: A8, 6D and 68. RGB value is (168,109,104). Sum of RGB (Red+Green+Blue) = 168+109+104=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D68 is #579297. Grayscale: #7E7E7E. Windows color (decimal): -5739160 or 6843816. OLE color: 6843816.

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

Color convert

RGB168109104-
CMYK00.350.380.34
HSL4.69º26.89%53.33%-
HSV(B)4.69º38.1%65.88%-
XYZ24.1220.2615.74-
YUV126.07115.55157.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=44.09%
G=28.61%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810910400.350.380.344.6926.8953.33
HexA86D68023262251b35
Octal250155150043464253365
Binary1010100011011011101000010001110011010001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D68; }

 p { color: rgb(168,109,104); }

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

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

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

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

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

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

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