Html Css Color HEX #A07960 Medium Wood

📋 copy color: '#A07960'

red 160 ◦ green 121 ◦ blue 96

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

Shades of Medium Wood #A07960

Tints of Medium Wood #A07960

RGB

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

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

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

R = 42.44%
G = 32.1%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A07960 (or 0xA07960) is known color: Medium Wood. HEX triplet: A0, 79 and 60. RGB value is (160,121,96). Sum of RGB (Red+Green+Blue) = 160+121+96=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07960 is #5F869F. Grayscale: #818181. Windows color (decimal): -6260384 or 6322592. OLE color: 6322592.

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

Color convert

RGB 160 121 96 -
CMYK 0 0.24 0.4 0.37
HSL 23.44º 0.25% 0.5% -
HSV(B) 23.44º 0.4% 0.63% -
XYZ 23.45 21.99 14.08 -
YUV 129.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 160 121 96 0 0.24 0.4 0.37 23.44 0.25 0.5
Hex A0 79 60 0 18 28 25 17 19 32
Octal 240 171 140 0 30 50 45 27 31 62
Binary 10100000 1111001 1100000 0 11000 101000 100101 10111 11001 110010

Color Harmonies of #A07960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07960

Black with #A07960

Text Example


Text Example

White with #A07960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07960; }

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

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

background-color css

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

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

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

border-color css

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

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

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