#A98462

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

Shades of Medium Wood #A98462

Tints of Medium Wood #A98462

Color information

#A98462 (or 0xA98462) is unknown color: approx Medium Wood. HEX triplet: A9, 84 and 62. RGB value is (169,132,98). Sum of RGB (Red+Green+Blue) = 169+132+98=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98462 is #567B9D. Grayscale: #8B8B8B. Windows color (decimal): -5667742 or 6456489. OLE color: 6456489.

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

Color convert

RGB16913298-
CMYK00.220.420.34
HSL28.73º29.22%52.35%-
HSV(B)28.73º42.01%66.27%-
XYZ26.8225.8215.13-
YUV139.19104.76149.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=42.36%
G=33.08%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691329800.220.420.3428.7329.2252.35
HexA984620162A221d1d34
Octal2512041420265242353564
Binary101010011000010011000100101101010101000101110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98462; }

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

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

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

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

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

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

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

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