#A96F6C

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

Shades of Coral Tree #A96F6C

Tints of Coral Tree #A96F6C

Color information

#A96F6C (or 0xA96F6C) is unknown color: approx Coral Tree. HEX triplet: A9, 6F and 6C. RGB value is (169,111,108). Sum of RGB (Red+Green+Blue) = 169+111+108=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F6C is #569093. Grayscale: #808080. Windows color (decimal): -5673108 or 7106473. OLE color: 7106473.

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

Color convert

RGB169111108-
CMYK00.340.360.34
HSL2.95º26.18%54.31%-
HSV(B)2.95º36.09%66.27%-
XYZ24.7520.8916.91-
YUV128116.72157.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=43.56%
G=28.61%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911110800.340.360.342.9526.1854.31
HexA96F6C022242231a36
Octal251157154042444233266
Binary101010011101111110110001000101001001000101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F6C; }

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

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

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

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

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

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

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

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