#A87068

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

Shades of Coral Tree #A87068

Tints of Coral Tree #A87068

Color information

#A87068 (or 0xA87068) is unknown color: approx Coral Tree. HEX triplet: A8, 70 and 68. RGB value is (168,112,104). Sum of RGB (Red+Green+Blue) = 168+112+104=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A87068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87068 is #578F97. Grayscale: #7F7F7F. Windows color (decimal): -5738392 or 6844584. OLE color: 6844584.

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

Color convert

RGB168112104-
CMYK00.330.380.34
HSL7.5º26.89%53.33%-
HSV(B)7.5º38.1%65.88%-
XYZ24.4420.9115.85-
YUV127.83114.55156.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=43.75%
G=29.17%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811210400.330.380.347.526.8953.33
HexA87068021262281b35
Octal2501601500414642103365
Binary10101000111000011010000100001100110100010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87068; }

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

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

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

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

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

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

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

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