#A87063

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

Shades of Coral Tree #A87063

Tints of Coral Tree #A87063

Color information

#A87063 (or 0xA87063) is unknown color: approx Coral Tree. HEX triplet: A8, 70 and 63. RGB value is (168,112,99). Sum of RGB (Red+Green+Blue) = 168+112+99=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A87063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87063 is #578F9C. Grayscale: #7F7F7F. Windows color (decimal): -5738397 or 6516904. OLE color: 6516904.

HSL color Cylindrical-coordinate representation of color #A87063: hue angle of 11.3º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87063 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16811299-
CMYK00.330.410.34
HSL11.3º28.4%52.35%-
HSV(B)11.3º41.07%65.88%-
XYZ24.1920.8114.55-
YUV127.26112.05157.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=44.33%
G=29.55%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681129900.330.410.3411.328.452.35
HexA870630212922b1c34
Octal2501601430415142133464
Binary10101000111000011000110100001101001100010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87063; }

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

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

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

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

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

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

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

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