#A96F61

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

Shades of Coral Tree #A96F61

Tints of Coral Tree #A96F61

Color information

#A96F61 (or 0xA96F61) is unknown color: approx Coral Tree. HEX triplet: A9, 6F and 61. RGB value is (169,111,97). Sum of RGB (Red+Green+Blue) = 169+111+97=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F61 is #56909E. Grayscale: #7E7E7E. Windows color (decimal): -5673119 or 6385577. OLE color: 6385577.

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

Color convert

RGB16911197-
CMYK00.340.430.34
HSL11.67º29.51%52.16%-
HSV(B)11.67º42.6%66.27%-
XYZ24.220.6714.02-
YUV126.75111.22158.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=44.83%
G=29.44%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691119700.340.430.3411.6729.5152.16
HexA96F610222B22c1e34
Octal2511571410425342143664
Binary10101001110111111000010100010101011100010110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F61; }

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

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

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

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

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

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

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

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