#A87168

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

Shades of Coral Tree #A87168

Tints of Coral Tree #A87168

Color information

#A87168 (or 0xA87168) is unknown color: approx Coral Tree. HEX triplet: A8, 71 and 68. RGB value is (168,113,104). Sum of RGB (Red+Green+Blue) = 168+113+104=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A87168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87168 is #578E97. Grayscale: #808080. Windows color (decimal): -5738136 or 6844840. OLE color: 6844840.

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

Color convert

RGB168113104-
CMYK00.330.380.34
HSL8.44º26.89%53.33%-
HSV(B)8.44º38.1%65.88%-
XYZ24.5521.1315.88-
YUV128.42114.22156.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=43.64%
G=29.35%
B=27.01%

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
Decimal16811310400.330.380.348.4426.8953.33
HexA87168021262281b35
Octal2501611500414642103365
Binary10101000111000111010000100001100110100010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87168; }

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

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

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

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

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

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

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

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