#A97D62

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

Shades of Medium Wood #A97D62

Tints of Medium Wood #A97D62

Color information

#A97D62 (or 0xA97D62) is unknown color: approx Medium Wood. HEX triplet: A9, 7D and 62. RGB value is (169,125,98). Sum of RGB (Red+Green+Blue) = 169+125+98=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97D62 is #56829D. Grayscale: #878787. Windows color (decimal): -5669534 or 6454697. OLE color: 6454697.

HSL color Cylindrical-coordinate representation of color #A97D62: hue angle of 22.82º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A97D62 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16912598-
CMYK00.260.420.34
HSL22.82º29.22%52.35%-
HSV(B)22.82º42.01%66.27%-
XYZ25.923.9814.82-
YUV135.08107.08152.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 98 (38.67% from 255) = 25%
R=43.11%
G=31.89%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691259800.260.420.3422.8229.2252.35
HexA97D6201A2A22171d34
Octal2511751420325242273564
Binary10101001111110111000100110101010101000101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97D62; }

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

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

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

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

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

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

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

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