#A96E61

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

Shades of Coral Tree #A96E61

Tints of Coral Tree #A96E61

Color information

#A96E61 (or 0xA96E61) is unknown color: approx Coral Tree. HEX triplet: A9, 6E and 61. RGB value is (169,110,97). Sum of RGB (Red+Green+Blue) = 169+110+97=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E61 is #56919E. Grayscale: #7E7E7E. Windows color (decimal): -5673375 or 6385321. OLE color: 6385321.

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

Color convert

RGB16911097-
CMYK00.350.430.34
HSL10.83º29.51%52.16%-
HSV(B)10.83º42.6%66.27%-
XYZ24.120.4513.99-
YUV126.16111.55158.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=44.95%
G=29.26%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691109700.350.430.3410.8329.5152.16
HexA96E610232B22b1e34
Octal2511561410435342133664
Binary10101001110111011000010100011101011100010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E61; }

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

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

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

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

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

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

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

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