#AB7961

Color #AB7961 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AB7961

Tints of Medium Wood #AB7961

Color information

#AB7961 (or 0xAB7961) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 61. RGB value is (171,121,97). Sum of RGB (Red+Green+Blue) = 171+121+97=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7961 is #54869E. Grayscale: #858585. Windows color (decimal): -5539487 or 6388139. OLE color: 6388139.

HSL color Cylindrical-coordinate representation of color #AB7961: hue angle of 19.46º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7961 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17112197-
CMYK00.290.430.33
HSL19.46º30.58%52.55%-
HSV(B)19.46º43.27%67.06%-
XYZ25.7923.214.43-
YUV133.21107.56154.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=43.96%
G=31.11%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711219700.290.430.3319.4630.5852.55
HexAB796101D2B21131f35
Octal2531711410355341233765
Binary10101011111100111000010111011010111000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7961; }

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

 H1.HeaderClassName
 {
   color: #AB7961;
 }
 .AnyTagClassName
 {
   color: #AB7961;
 }
</style>
background-color css

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

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

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

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

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

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