#A96D5F

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

Shades of Coral Tree #A96D5F

Tints of Coral Tree #A96D5F

Color information

#A96D5F (or 0xA96D5F) is unknown color: approx Coral Tree. HEX triplet: A9, 6D and 5F. RGB value is (169,109,95). Sum of RGB (Red+Green+Blue) = 169+109+95=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D5F is #5692A0. Grayscale: #7D7D7D. Windows color (decimal): -5673633 or 6253993. OLE color: 6253993.

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

Color convert

RGB16910995-
CMYK00.360.440.34
HSL11.35º30.08%51.76%-
HSV(B)11.35º43.79%66.27%-
XYZ23.920.213.47-
YUV125.34110.88159.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=45.31%
G=29.22%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691099500.360.440.3411.3530.0851.76
HexA96D5F0242C22b1e34
Octal2511551370445442133664
Binary10101001110110110111110100100101100100010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D5F; }

 p { color: rgb(169,109,95); }

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

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

 a { background-color: rgb(169,109,95); }

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

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

 span { border-color: rgb(169,109,95); }

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