#A9815B

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

Shades of Medium Wood #A9815B

Tints of Medium Wood #A9815B

Color information

#A9815B (or 0xA9815B) is unknown color: approx Medium Wood. HEX triplet: A9, 81 and 5B. RGB value is (169,129,91). Sum of RGB (Red+Green+Blue) = 169+129+91=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9815B is #567EA4. Grayscale: #888888. Windows color (decimal): -5668517 or 5996969. OLE color: 5996969.

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

Color convert

RGB16912991-
CMYK00.240.460.34
HSL29.23º31.2%50.98%-
HSV(B)29.23º46.15%66.27%-
XYZ26.124.8913.33-
YUV136.63102.25151.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=43.44%
G=33.16%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691299100.240.460.3429.2331.250.98
HexA9815B0182E221d1f33
Octal2512011330305642353763
Binary101010011000000110110110110001011101000101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9815B; }

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

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

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

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

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

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

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

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