Html Css Color HEX #A98070 Medium Wood

📋 copy color: '#A98070'

red 169 ◦ green 128 ◦ blue 112

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

Shades of Medium Wood #A98070

Tints of Medium Wood #A98070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

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

R = 41.32%
G = 31.3%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A98070 (or 0xA98070) is known color: Medium Wood. HEX triplet: A9, 80 and 70. RGB value is (169,128,112). Sum of RGB (Red+Green+Blue) = 169+128+112=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 169 - color contains mainly: red. Hex color #A98070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98070 is #567F8F. Grayscale: #8A8A8A. Windows color (decimal): -5668752 or 7372969. OLE color: 7372969.

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

Color convert

RGB 169 128 112 -
CMYK 0 0.24 0.34 0.34
HSL 16.84º 0.25% 0.55% -
HSV(B) 16.84º 0.34% 0.66% -
XYZ 27.01 25.04 18.74 -
YUV 138.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 169 128 112 0 0.24 0.34 0.34 16.84 0.25 0.55
Hex A9 80 70 0 18 22 22 11 19 37
Octal 251 200 160 0 30 42 42 21 31 67
Binary 10101001 10000000 1110000 0 11000 100010 100010 10001 11001 110111

Color Harmonies of #A98070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98070

Black with #A98070

Text Example


Text Example

White with #A98070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98070; }

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

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

background-color css

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

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

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

border-color css

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

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

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