#A96D61

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

Shades of Coral Tree #A96D61

Tints of Coral Tree #A96D61

Color information

#A96D61 (or 0xA96D61) is unknown color: approx Coral Tree. HEX triplet: A9, 6D and 61. RGB value is (169,109,97). Sum of RGB (Red+Green+Blue) = 169+109+97=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D61 is #56929E. Grayscale: #7D7D7D. Windows color (decimal): -5673631 or 6385065. OLE color: 6385065.

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

Color convert

RGB16910997-
CMYK00.360.430.34
HSL10º29.51%52.16%-
HSV(B)10º42.6%66.27%-
XYZ23.9920.2413.95-
YUV125.57111.88158.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=45.07%
G=29.07%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691099700.360.430.341029.5152.16
HexA96D610242B22a1e34
Octal2511551410445342123664
Binary10101001110110111000010100100101011100010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D61; }

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

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

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

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

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

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

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

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