Html Css Color HEX #A98161 Medium Wood

📋 copy color: '#A98161'

red 169 ◦ green 129 ◦ blue 97

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

Shades of Medium Wood #A98161

Tints of Medium Wood #A98161

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

 BLUE value IS 97 (38.28% from 255) = 24.56%

R = 42.78%
G = 32.66%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A98161 (or 0xA98161) is known color: Medium Wood. HEX triplet: A9, 81 and 61. RGB value is (169,129,97). Sum of RGB (Red+Green+Blue) = 169+129+97=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A98161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98161 is #567E9E. Grayscale: #898989. Windows color (decimal): -5668511 or 6390185. OLE color: 6390185.

HSL color Cylindrical-coordinate representation of color #A98161: hue angle of 26.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A98161 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 97 -
CMYK 0 0.24 0.43 0.34
HSL 26.67º 0.3% 0.52% -
HSV(B) 26.67º 0.43% 0.66% -
XYZ 26.37 25 14.74 -
YUV 137.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 169 129 97 0 0.24 0.43 0.34 26.67 0.3 0.52
Hex A9 81 61 0 18 2B 22 1B 1E 34
Octal 251 201 141 0 30 53 42 33 36 64
Binary 10101001 10000001 1100001 0 11000 101011 100010 11011 11110 110100

Color Harmonies of #A98161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98161

Black with #A98161

Text Example


Text Example

White with #A98161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98161; }

 p { color: rgb(169,129,97); }

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

background-color css

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

 a { background-color: rgb(169,129,97); }

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

border-color css

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

 span { border-color: rgb(169,129,97); }

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