Html Css Color HEX #A98271 Medium Wood

📋 copy color: '#A98271'

red 169 ◦ green 130 ◦ blue 113

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

Shades of Medium Wood #A98271

Tints of Medium Wood #A98271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

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

R = 41.02%
G = 31.55%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A98271 (or 0xA98271) is known color: Medium Wood. HEX triplet: A9, 82 and 71. RGB value is (169,130,113). Sum of RGB (Red+Green+Blue) = 169+130+113=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A98271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98271 is #567D8E. Grayscale: #8B8B8B. Windows color (decimal): -5668239 or 7439017. OLE color: 7439017.

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

Color convert

RGB 169 130 113 -
CMYK 0 0.23 0.33 0.34
HSL 18.21º 0.25% 0.55% -
HSV(B) 18.21º 0.33% 0.66% -
XYZ 27.33 25.59 19.12 -
YUV 139.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 169 130 113 0 0.23 0.33 0.34 18.21 0.25 0.55
Hex A9 82 71 0 17 21 22 12 19 37
Octal 251 202 161 0 27 41 42 22 31 67
Binary 10101001 10000010 1110001 0 10111 100001 100010 10010 11001 110111

Color Harmonies of #A98271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98271

Black with #A98271

Text Example


Text Example

White with #A98271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98271; }

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

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

background-color css

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

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

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

border-color css

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

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

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