#A97A5C

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

Shades of Medium Wood #A97A5C

Tints of Medium Wood #A97A5C

Color information

#A97A5C (or 0xA97A5C) is unknown color: approx Medium Wood. HEX triplet: A9, 7A and 5C. RGB value is (169,122,92). Sum of RGB (Red+Green+Blue) = 169+122+92=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97A5C is #5685A3. Grayscale: #848484. Windows color (decimal): -5670308 or 6060713. OLE color: 6060713.

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

Color convert

RGB16912292-
CMYK00.280.460.34
HSL23.38º30.92%51.18%-
HSV(B)23.38º45.56%66.27%-
XYZ25.2523.1313.26-
YUV132.63105.07153.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=44.13%
G=31.85%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691229200.280.460.3423.3830.9251.18
HexA97A5C01C2E22171f33
Octal2511721340345642273763
Binary10101001111101010111000111001011101000101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A5C; }

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

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

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

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

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

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

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

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