#A9855D

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

Shades of Medium Wood #A9855D

Tints of Medium Wood #A9855D

Color information

#A9855D (or 0xA9855D) is unknown color: approx Medium Wood. HEX triplet: A9, 85 and 5D. RGB value is (169,133,93). Sum of RGB (Red+Green+Blue) = 169+133+93=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9855D is #567AA2. Grayscale: #8B8B8B. Windows color (decimal): -5667491 or 6129065. OLE color: 6129065.

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

Color convert

RGB16913393-
CMYK00.210.450.34
HSL31.58º30.65%51.37%-
HSV(B)31.58º44.97%66.27%-
XYZ26.732613.97-
YUV139.2101.93149.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=42.78%
G=33.67%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691339300.210.450.3431.5830.6551.37
HexA9855D0152D22201f33
Octal2512051350255542403763
Binary1010100110000101101110101010110110110001010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9855D; }

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

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

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

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

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

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

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

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