#A97C5A

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

Shades of Medium Wood #A97C5A

Tints of Medium Wood #A97C5A

Color information

#A97C5A (or 0xA97C5A) is unknown color: approx Medium Wood. HEX triplet: A9, 7C and 5A. RGB value is (169,124,90). Sum of RGB (Red+Green+Blue) = 169+124+90=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C5A is #5683A5. Grayscale: #858585. Windows color (decimal): -5669798 or 5930153. OLE color: 5930153.

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

Color convert

RGB16912490-
CMYK00.270.470.34
HSL25.82º31.47%50.78%-
HSV(B)25.82º46.75%66.27%-
XYZ25.4223.5912.89-
YUV133.58103.41153.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=44.13%
G=32.38%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691249000.270.470.3425.8231.4750.78
HexA97C5A01B2F221a1f33
Octal2511741320335742323763
Binary10101001111110010110100110111011111000101101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97C5A; }

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

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

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

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

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

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

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

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