#A97E62

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

Shades of Medium Wood #A97E62

Tints of Medium Wood #A97E62

Color information

#A97E62 (or 0xA97E62) is unknown color: approx Medium Wood. HEX triplet: A9, 7E and 62. RGB value is (169,126,98). Sum of RGB (Red+Green+Blue) = 169+126+98=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A97E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97E62 is #56819D. Grayscale: #878787. Windows color (decimal): -5669278 or 6454953. OLE color: 6454953.

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

Color convert

RGB16912698-
CMYK00.250.420.34
HSL23.66º29.22%52.35%-
HSV(B)23.66º42.01%66.27%-
XYZ26.0324.2414.86-
YUV135.66106.75151.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 98 (38.67% from 255) = 24.94%
R=43.00%
G=32.06%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691269800.250.420.3423.6629.2252.35
HexA97E620192A22181d34
Octal2511761420315242303564
Binary10101001111111011000100110011010101000101100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97E62; }

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

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

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

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

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

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

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

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