#A86A67

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

Shades of Coral Tree #A86A67

Tints of Coral Tree #A86A67

Color information

#A86A67 (or 0xA86A67) is unknown color: approx Coral Tree. HEX triplet: A8, 6A and 67. RGB value is (168,106,103). Sum of RGB (Red+Green+Blue) = 168+106+103=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A67 is #579598. Grayscale: #7C7C7C. Windows color (decimal): -5739929 or 6777512. OLE color: 6777512.

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

Color convert

RGB168106103-
CMYK00.370.390.34
HSL2.77º27.2%53.14%-
HSV(B)2.77º38.69%65.88%-
XYZ23.7519.6115.37-
YUV124.2116.04159.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=44.56%
G=28.12%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810610300.370.390.342.7727.253.14
HexA86A67025272231b35
Octal250152147045474233365
Binary101010001101010110011101001011001111000101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A67; }

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

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

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

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

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

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

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

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