Html Css Color HEX #A98270 Medium Wood

📋 copy color: '#A98270'

red 169 ◦ green 130 ◦ blue 112

#A98270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #A98270

Tints of Medium Wood #A98270

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 value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A98270 (or 0xA98270) is known color: 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

RGB 169 130 112 -
CMYK 0 0.23 0.34 0.34
HSL 18.95º 0.25% 0.55% -
HSV(B) 18.95º 0.34% 0.66% -
XYZ 27.27 25.57 18.83 -
YUV 139.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 169 130 112 0 0.23 0.34 0.34 18.95 0.25 0.55
Hex A9 82 70 0 17 22 22 13 19 37
Octal 251 202 160 0 27 42 42 23 31 67
Binary 10101001 10000010 1110000 0 10111 100010 100010 10011 11001 110111

Color Harmonies of #A98270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98270

Black with #A98270

Text Example


Text Example

White with #A98270

Text Example


Text Example

HTML Codes & Css Web 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>