#A96860

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

Shades of Coral Tree #A96860

Tints of Coral Tree #A96860

Color information

#A96860 (or 0xA96860) is unknown color: approx Coral Tree. HEX triplet: A9, 68 and 60. RGB value is (169,104,96). Sum of RGB (Red+Green+Blue) = 169+104+96=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96860 is #56979F. Grayscale: #7A7A7A. Windows color (decimal): -5674912 or 6318249. OLE color: 6318249.

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

Color convert

RGB16910496-
CMYK00.380.430.34
HSL6.58º29.8%51.96%-
HSV(B)6.58º43.2%66.27%-
XYZ23.4219.1813.53-
YUV122.52113.03161.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=45.80%
G=28.18%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691049600.380.430.346.5829.851.96
HexA968600262B2271e34
Octal251150140046534273664
Binary1010100111010001100000010011010101110001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96860; }

 p { color: rgb(169,104,96); }

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

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

 a { background-color: rgb(169,104,96); }

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

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

 span { border-color: rgb(169,104,96); }

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