Html Css Color HEX #A07961 Medium Wood

📋 copy color: '#A07961'

red 160 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #A07961

Tints of Medium Wood #A07961

RGB

 RED value IS 160 (62.89% from 255) = 42.33%

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

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

R = 42.33%
G = 32.01%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A07961 (or 0xA07961) is known color: Medium Wood. HEX triplet: A0, 79 and 61. RGB value is (160,121,97). Sum of RGB (Red+Green+Blue) = 160+121+97=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A07961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07961 is #5F869E. Grayscale: #828282. Windows color (decimal): -6260383 or 6388128. OLE color: 6388128.

HSL color Cylindrical-coordinate representation of color #A07961: hue angle of 22.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07961 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 97 -
CMYK 0 0.24 0.39 0.37
HSL 22.86º 0.25% 0.5% -
HSV(B) 22.86º 0.39% 0.63% -
XYZ 23.49 22.01 14.32 -
YUV 129.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 160 121 97 0 0.24 0.39 0.37 22.86 0.25 0.5
Hex A0 79 61 0 18 27 25 17 19 32
Octal 240 171 141 0 30 47 45 27 31 62
Binary 10100000 1111001 1100001 0 11000 100111 100101 10111 11001 110010

Color Harmonies of #A07961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07961

Black with #A07961

Text Example


Text Example

White with #A07961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07961; }

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

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

background-color css

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

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

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

border-color css

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

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

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