#A9815E

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

Shades of Medium Wood #A9815E

Tints of Medium Wood #A9815E

Color information

#A9815E (or 0xA9815E) is unknown color: approx Medium Wood. HEX triplet: A9, 81 and 5E. RGB value is (169,129,94). Sum of RGB (Red+Green+Blue) = 169+129+94=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9815E is #567EA1. Grayscale: #898989. Windows color (decimal): -5668514 or 6193577. OLE color: 6193577.

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

Color convert

RGB16912994-
CMYK00.240.440.34
HSL28º30.36%51.57%-
HSV(B)28º44.38%66.27%-
XYZ26.2324.9414.02-
YUV136.97103.75150.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=43.11%
G=32.91%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691299400.240.440.342830.3651.57
HexA9815E0182C221c1e34
Octal2512011360305442343664
Binary101010011000000110111100110001011001000101110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9815E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9815E; }

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

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

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

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

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

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

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

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