Html Css Color HEX #A97855 Medium Wood

📋 copy color: '#A97855'

red 169 ◦ green 120 ◦ blue 85

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

Shades of Medium Wood #A97855

Tints of Medium Wood #A97855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 45.19%
G = 32.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A97855 (or 0xA97855) is known color: Medium Wood. HEX triplet: A9, 78 and 55. RGB value is (169,120,85). Sum of RGB (Red+Green+Blue) = 169+120+85=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A97855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97855 is #5687AA. Grayscale: #828282. Windows color (decimal): -5670827 or 5601449. OLE color: 5601449.

HSL color Cylindrical-coordinate representation of color #A97855: hue angle of 25º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A97855 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 120 85 -
CMYK 0 0.29 0.50 0.34
HSL 25º 0.33% 0.5% -
HSV(B) 25º 0.5% 0.66% -
XYZ 24.72 22.52 11.64 -
YUV 130.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 169 120 85 0 0.29 0.50 0.34 25 0.33 0.5
Hex A9 78 55 0 1D 32 22 19 21 32
Octal 251 170 125 0 35 62 42 31 41 62
Binary 10101001 1111000 1010101 0 11101 110010 100010 11001 100001 110010

Color Harmonies of #A97855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97855

Black with #A97855

Text Example


Text Example

White with #A97855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97855; }

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

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

background-color css

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

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

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

border-color css

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

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

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