#A9816E

Color #A9816E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A9816E

Tints of Medium Wood #A9816E

Color information

#A9816E (or 0xA9816E) is unknown color: approx Medium Wood. HEX triplet: A9, 81 and 6E. RGB value is (169,129,110). Sum of RGB (Red+Green+Blue) = 169+129+110=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9816E is #567E91. Grayscale: #8A8A8A. Windows color (decimal): -5668498 or 7242153. OLE color: 7242153.

HSL color Cylindrical-coordinate representation of color #A9816E: hue angle of 19.32º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9816E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB169129110-
CMYK00.240.350.34
HSL19.32º25.54%54.71%-
HSV(B)19.32º34.91%66.27%-
XYZ27.0325.2618.2-
YUV138.79111.75149.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.42%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=41.42%
G=31.62%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912911000.240.350.3419.3225.5454.71
HexA9816E0182322131a37
Octal2512011560304342233267
Binary101010011000000111011100110001000111000101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9816E; }

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

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

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

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

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

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

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

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