#A9855E

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

Shades of Medium Wood #A9855E

Tints of Medium Wood #A9855E

Color information

#A9855E (or 0xA9855E) is unknown color: approx Medium Wood. HEX triplet: A9, 85 and 5E. RGB value is (169,133,94). Sum of RGB (Red+Green+Blue) = 169+133+94=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9855E is #567AA1. Grayscale: #8B8B8B. Windows color (decimal): -5667490 or 6194601. OLE color: 6194601.

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

Color convert

RGB16913394-
CMYK00.210.440.34
HSL31.2º30.36%51.57%-
HSV(B)31.2º44.38%66.27%-
XYZ26.7726.0214.2-
YUV139.32102.43149.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=42.68%
G=33.59%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691339400.210.440.3431.230.3651.57
HexA9855E0152C221f1e34
Octal2512051360255442373664
Binary101010011000010110111100101011011001000101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9855E; }

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

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

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

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

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

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

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

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