#A9815C

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

Shades of Medium Wood #A9815C

Tints of Medium Wood #A9815C

Color information

#A9815C (or 0xA9815C) is unknown color: approx Medium Wood. HEX triplet: A9, 81 and 5C. RGB value is (169,129,92). Sum of RGB (Red+Green+Blue) = 169+129+92=390 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.33% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 169 - color contains mainly: red. Hex color #A9815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9815C is #567EA3. Grayscale: #888888. Windows color (decimal): -5668516 or 6062505. OLE color: 6062505.

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

Color convert

RGB16912992-
CMYK00.240.460.34
HSL28.83º30.92%51.18%-
HSV(B)28.83º45.56%66.27%-
XYZ26.1424.9113.56-
YUV136.74102.75151.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.33%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=43.33%
G=33.08%
B=23.59%

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
Decimal1691299200.240.460.3428.8330.9251.18
HexA9815C0182E221d1f33
Octal2512011340305642353763
Binary101010011000000110111000110001011101000101110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9815C; }

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

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

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

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

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

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

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

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