#A9855F

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

Shades of Medium Wood #A9855F

Tints of Medium Wood #A9855F

Color information

#A9855F (or 0xA9855F) is unknown color: approx Medium Wood. HEX triplet: A9, 85 and 5F. RGB value is (169,133,95). Sum of RGB (Red+Green+Blue) = 169+133+95=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9855F is #567AA0. Grayscale: #8B8B8B. Windows color (decimal): -5667489 or 6260137. OLE color: 6260137.

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

Color convert

RGB16913395-
CMYK00.210.440.34
HSL30.81º30.08%51.76%-
HSV(B)30.81º43.79%66.27%-
XYZ26.8226.0414.44-
YUV139.43102.93149.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=42.57%
G=33.50%
B=23.93%

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
Decimal1691339500.210.440.3430.8130.0851.76
HexA9855F0152C221f1e34
Octal2512051370255442373664
Binary101010011000010110111110101011011001000101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9855F; }

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

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

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

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

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

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

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

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