#A97D5A

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

Shades of Medium Wood #A97D5A

Tints of Medium Wood #A97D5A

Color information

#A97D5A (or 0xA97D5A) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 5A. RGB value is (169,125,90). Sum of RGB (Red+Green+Blue) = 169+125+90=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D5A is #5682A5. Grayscale: #868686. Windows color (decimal): -5669542 or 5930409. OLE color: 5930409.

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

Color convert

RGB16912590-
CMYK00.260.470.34
HSL26.58º31.47%50.78%-
HSV(B)26.58º46.75%66.27%-
XYZ25.5423.8412.93-
YUV134.17103.08152.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=44.01%
G=32.55%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691259000.260.470.3426.5831.4750.78
HexA97D5A01A2F221b1f33
Octal2511751320325742333763
Binary10101001111110110110100110101011111000101101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D5A; }

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

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

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

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

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

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

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

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