Html Css Color HEX #A98471 Medium Wood

📋 copy color: '#A98471'

red 169 ◦ green 132 ◦ blue 113

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

Shades of Medium Wood #A98471

Tints of Medium Wood #A98471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 40.82%
G = 31.88%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A98471 (or 0xA98471) is known color: Medium Wood. HEX triplet: A9, 84 and 71. RGB value is (169,132,113). Sum of RGB (Red+Green+Blue) = 169+132+113=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A98471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98471 is #567B8E. Grayscale: #8D8D8D. Windows color (decimal): -5667727 or 7439529. OLE color: 7439529.

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

Color convert

RGB 169 132 113 -
CMYK 0 0.22 0.33 0.34
HSL 20.36º 0.25% 0.55% -
HSV(B) 20.36º 0.33% 0.66% -
XYZ 27.59 26.13 19.21 -
YUV 140.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 169 132 113 0 0.22 0.33 0.34 20.36 0.25 0.55
Hex A9 84 71 0 16 21 22 14 19 37
Octal 251 204 161 0 26 41 42 24 31 67
Binary 10101001 10000100 1110001 0 10110 100001 100010 10100 11001 110111

Color Harmonies of #A98471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98471

Black with #A98471

Text Example


Text Example

White with #A98471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98471; }

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

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

background-color css

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

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

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

border-color css

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

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

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