#A96E6C

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

Shades of Coral Tree #A96E6C

Tints of Coral Tree #A96E6C

Color information

#A96E6C (or 0xA96E6C) is unknown color: approx Coral Tree. HEX triplet: A9, 6E and 6C. RGB value is (169,110,108). Sum of RGB (Red+Green+Blue) = 169+110+108=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E6C is #569193. Grayscale: #7F7F7F. Windows color (decimal): -5673364 or 7106217. OLE color: 7106217.

HSL color Cylindrical-coordinate representation of color #A96E6C: hue angle of 1.97º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96E6C is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB169110108-
CMYK00.350.360.34
HSL1.97º26.18%54.31%-
HSV(B)1.97º36.09%66.27%-
XYZ24.6420.6716.88-
YUV127.41117.05157.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=43.67%
G=28.42%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911010800.350.360.341.9726.1854.31
HexA96E6C023242221a36
Octal251156154043444223266
Binary101010011101110110110001000111001001000101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E6C; }

 p { color: rgb(169,110,108); }

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

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

 a { background-color: rgb(169,110,108); }

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

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

 span { border-color: rgb(169,110,108); }

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