Html Css Color HEX #A98370 Medium Wood

📋 copy color: '#A98370'

red 169 ◦ green 131 ◦ blue 112

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

Shades of Medium Wood #A98370

Tints of Medium Wood #A98370

RGB

 RED value IS 169 (66.41% from 255) = 41.02%

 GREEN value IS 131 (51.56% from 255) = 31.8%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 41.02%
G = 31.8%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A98370 (or 0xA98370) is known color: Medium Wood. HEX triplet: A9, 83 and 70. RGB value is (169,131,112). Sum of RGB (Red+Green+Blue) = 169+131+112=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A98370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98370 is #567C8F. Grayscale: #8C8C8C. Windows color (decimal): -5667984 or 7373737. OLE color: 7373737.

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

Color convert

RGB 169 131 112 -
CMYK 0 0.22 0.34 0.34
HSL 20º 0.25% 0.55% -
HSV(B) 20º 0.34% 0.66% -
XYZ 27.4 25.84 18.87 -
YUV 140.2 112.09 148.54 -
System Red Green Blue C M Y K H S L
Decimal 169 131 112 0 0.22 0.34 0.34 20 0.25 0.55
Hex A9 83 70 0 16 22 22 14 19 37
Octal 251 203 160 0 26 42 42 24 31 67
Binary 10101001 10000011 1110000 0 10110 100010 100010 10100 11001 110111

Color Harmonies of #A98370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98370

Black with #A98370

Text Example


Text Example

White with #A98370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98370; }

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

 H1.HeaderClassName
 {
   color: #A98370;
 }
 .AnyTagClassName
 {
   color: #A98370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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