Html Css Color HEX #A97860 Medium Wood

📋 copy color: '#A97860'

red 169 ◦ green 120 ◦ blue 96

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

Shades of Medium Wood #A97860

Tints of Medium Wood #A97860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

 BLUE value IS 96 (37.89% from 255) = 24.94%

R = 43.9%
G = 31.17%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A97860 (or 0xA97860) is known color: Medium Wood. HEX triplet: A9, 78 and 60. RGB value is (169,120,96). Sum of RGB (Red+Green+Blue) = 169+120+96=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97860 is #56879F. Grayscale: #848484. Windows color (decimal): -5670816 or 6322345. OLE color: 6322345.

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

Color convert

RGB 169 120 96 -
CMYK 0 0.29 0.43 0.34
HSL 19.73º 0.3% 0.52% -
HSV(B) 19.73º 0.43% 0.66% -
XYZ 25.19 22.71 14.12 -
YUV 131.92 107.73 154.45 -
System Red Green Blue C M Y K H S L
Decimal 169 120 96 0 0.29 0.43 0.34 19.73 0.3 0.52
Hex A9 78 60 0 1D 2B 22 14 1E 34
Octal 251 170 140 0 35 53 42 24 36 64
Binary 10101001 1111000 1100000 0 11101 101011 100010 10100 11110 110100

Color Harmonies of #A97860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97860

Black with #A97860

Text Example


Text Example

White with #A97860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97860; }

 p { color: rgb(169,120,96); }

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

background-color css

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

 a { background-color: rgb(169,120,96); }

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

border-color css

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

 span { border-color: rgb(169,120,96); }

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