#AB7963

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

Shades of Medium Wood #AB7963

Tints of Medium Wood #AB7963

Color information

#AB7963 (or 0xAB7963) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 63. RGB value is (171,121,99). Sum of RGB (Red+Green+Blue) = 171+121+99=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7963 is #54869C. Grayscale: #858585. Windows color (decimal): -5539485 or 6519211. OLE color: 6519211.

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

Color convert

RGB17112199-
CMYK00.290.420.33
HSL18.33º30%52.94%-
HSV(B)18.33º42.11%67.06%-
XYZ25.8823.2314.92-
YUV133.44108.56154.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=43.73%
G=30.95%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711219900.290.420.3318.333052.94
HexAB796301D2A21121e35
Octal2531711430355241223665
Binary10101011111100111000110111011010101000011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7963; }

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

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

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

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

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

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

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

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