#A87067

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

Shades of Coral Tree #A87067

Tints of Coral Tree #A87067

Color information

#A87067 (or 0xA87067) is unknown color: approx Coral Tree. HEX triplet: A8, 70 and 67. RGB value is (168,112,103). Sum of RGB (Red+Green+Blue) = 168+112+103=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A87067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87067 is #578F98. Grayscale: #7F7F7F. Windows color (decimal): -5738393 or 6779048. OLE color: 6779048.

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

Color convert

RGB168112103-
CMYK00.330.390.34
HSL8.31º27.2%53.14%-
HSV(B)8.31º38.69%65.88%-
XYZ24.3920.8915.58-
YUV127.72114.05156.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=43.86%
G=29.24%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811210300.330.390.348.3127.253.14
HexA87067021272281b35
Octal2501601470414742103365
Binary10101000111000011001110100001100111100010100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87067; }

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

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

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

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

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

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

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

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