#A98270

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

Shades of Medium Wood #A98270

Tints of Medium Wood #A98270

Color information

#A98270 (or 0xA98270) is unknown color: approx Medium Wood. HEX triplet: A9, 82 and 70. RGB value is (169,130,112). Sum of RGB (Red+Green+Blue) = 169+130+112=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A98270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98270 is #567D8F. Grayscale: #8B8B8B. Windows color (decimal): -5668240 or 7373481. OLE color: 7373481.

HSL color Cylindrical-coordinate representation of color #A98270: hue angle of 18.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98270 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169130112-
CMYK00.230.340.34
HSL18.95º24.89%55.1%-
HSV(B)18.95º33.73%66.27%-
XYZ27.2725.5718.83-
YUV139.61112.42148.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=41.12%
G=31.63%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913011200.230.340.3418.9524.8955.1
HexA982700172222131937
Octal2512021600274242233167
Binary101010011000001011100000101111000101000101001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98270; }

 p { color: rgb(169,130,112); }

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

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

 a { background-color: rgb(169,130,112); }

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

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

 span { border-color: rgb(169,130,112); }

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