Html Css Color HEX #A97966 Medium Wood

📋 copy color: '#A97966'

red 169 ◦ green 121 ◦ blue 102

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

Shades of Medium Wood #A97966

Tints of Medium Wood #A97966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 43.11%
G = 30.87%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A97966 (or 0xA97966) is known color: Medium Wood. HEX triplet: A9, 79 and 66. RGB value is (169,121,102). Sum of RGB (Red+Green+Blue) = 169+121+102=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A97966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97966 is #568699. Grayscale: #858585. Windows color (decimal): -5670554 or 6715817. OLE color: 6715817.

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

Color convert

RGB 169 121 102 -
CMYK 0 0.28 0.40 0.34
HSL 17.01º 0.28% 0.53% -
HSV(B) 17.01º 0.4% 0.66% -
XYZ 25.6 23.07 15.67 -
YUV 133.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 169 121 102 0 0.28 0.40 0.34 17.01 0.28 0.53
Hex A9 79 66 0 1C 28 22 11 1C 35
Octal 251 171 146 0 34 50 42 21 34 65
Binary 10101001 1111001 1100110 0 11100 101000 100010 10001 11100 110101

Color Harmonies of #A97966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97966

Black with #A97966

Text Example


Text Example

White with #A97966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97966; }

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

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

background-color css

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

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

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

border-color css

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

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

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