#A97A5F

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

Shades of Medium Wood #A97A5F

Tints of Medium Wood #A97A5F

Color information

#A97A5F (or 0xA97A5F) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 5F. RGB value is (169,122,95). Sum of RGB (Red+Green+Blue) = 169+122+95=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A5F is #5685A0. Grayscale: #858585. Windows color (decimal): -5670305 or 6257321. OLE color: 6257321.

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

Color convert

RGB16912295-
CMYK00.280.440.34
HSL21.89º30.08%51.76%-
HSV(B)21.89º43.79%66.27%-
XYZ25.3923.1813.96-
YUV132.98106.57153.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=43.78%
G=31.61%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691229500.280.440.3421.8930.0851.76
HexA97A5F01C2C22161e34
Octal2511721370345442263664
Binary10101001111101010111110111001011001000101011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A5F; }

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

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

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

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

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

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

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

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