Html Css Color HEX #A97961 Medium Wood

📋 copy color: '#A97961'

red 169 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A97961

Tints of Medium Wood #A97961

RGB

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

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

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

R = 43.67%
G = 31.27%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A97961 (or 0xA97961) is known color: Medium Wood. HEX triplet: A9, 79 and 61. RGB value is (169,121,97). Sum of RGB (Red+Green+Blue) = 169+121+97=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A97961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97961 is #56869E. Grayscale: #848484. Windows color (decimal): -5670559 or 6388137. OLE color: 6388137.

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

Color convert

RGB 169 121 97 -
CMYK 0 0.28 0.43 0.34
HSL 20º 0.3% 0.52% -
HSV(B) 20º 0.43% 0.66% -
XYZ 25.36 22.97 14.41 -
YUV 132.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 169 121 97 0 0.28 0.43 0.34 20 0.3 0.52
Hex A9 79 61 0 1C 2B 22 14 1E 34
Octal 251 171 141 0 34 53 42 24 36 64
Binary 10101001 1111001 1100001 0 11100 101011 100010 10100 11110 110100

Color Harmonies of #A97961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97961

Black with #A97961

Text Example


Text Example

White with #A97961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97961; }

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

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

background-color css

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

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

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

border-color css

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

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

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