#A86968

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

Shades of Coral Tree #A86968

Tints of Coral Tree #A86968

Color information

#A86968 (or 0xA86968) is unknown color: approx Coral Tree. HEX triplet: A8, 69 and 68. RGB value is (168,105,104). Sum of RGB (Red+Green+Blue) = 168+105+104=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86968 is #579697. Grayscale: #7B7B7B. Windows color (decimal): -5740184 or 6842792. OLE color: 6842792.

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

Color convert

RGB168105104-
CMYK00.380.380.34
HSL0.94º26.89%53.33%-
HSV(B)0.94º38.1%65.88%-
XYZ23.719.4315.6-
YUV123.72116.87159.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.56%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=44.56%
G=27.85%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810510400.380.380.340.9426.8953.33
HexA86968026262211b35
Octal250151150046464213365
Binary10101000110100111010000100110100110100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86968; }

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

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

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

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

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

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

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

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