#A97C5C

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

Shades of Medium Wood #A97C5C

Tints of Medium Wood #A97C5C

Color information

#A97C5C (or 0xA97C5C) is unknown color: approx Medium Wood. HEX triplet: A9, 7C and 5C. RGB value is (169,124,92). Sum of RGB (Red+Green+Blue) = 169+124+92=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C5C is #5683A3. Grayscale: #858585. Windows color (decimal): -5669796 or 6061225. OLE color: 6061225.

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

Color convert

RGB16912492-
CMYK00.270.460.34
HSL24.94º30.92%51.18%-
HSV(B)24.94º45.56%66.27%-
XYZ25.523.6213.34-
YUV133.81104.41153.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=43.90%
G=32.21%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691249200.270.460.3424.9430.9251.18
HexA97C5C01B2E22191f33
Octal2511741340335642313763
Binary10101001111110010111000110111011101000101100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C5C; }

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

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

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

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

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

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

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

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