Html Css Color HEX #A97959 Medium Wood

📋 copy color: '#A97959'

red 169 ◦ green 121 ◦ blue 89

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

Shades of Medium Wood #A97959

Tints of Medium Wood #A97959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

 BLUE value IS 89 (35.16% from 255) = 23.48%

R = 44.59%
G = 31.93%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A97959 (or 0xA97959) is known color: Medium Wood. HEX triplet: A9, 79 and 59. RGB value is (169,121,89). Sum of RGB (Red+Green+Blue) = 169+121+89=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A97959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97959 is #5686A6. Grayscale: #838383. Windows color (decimal): -5670567 or 5863849. OLE color: 5863849.

HSL color Cylindrical-coordinate representation of color #A97959: hue angle of 24º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A97959 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 121 89 -
CMYK 0 0.28 0.47 0.34
HSL 24º 0.32% 0.51% -
HSV(B) 24º 0.47% 0.66% -
XYZ 25 22.83 12.54 -
YUV 131.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 169 121 89 0 0.28 0.47 0.34 24 0.32 0.51
Hex A9 79 59 0 1C 2F 22 18 20 33
Octal 251 171 131 0 34 57 42 30 40 63
Binary 10101001 1111001 1011001 0 11100 101111 100010 11000 100000 110011

Color Harmonies of #A97959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97959

Black with #A97959

Text Example


Text Example

White with #A97959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97959; }

 p { color: rgb(169,121,89); }

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

background-color css

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

 a { background-color: rgb(169,121,89); }

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

border-color css

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

 span { border-color: rgb(169,121,89); }

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