#AB7954

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

Shades of Medium Wood #AB7954

Tints of Medium Wood #AB7954

Color information

#AB7954 (or 0xAB7954) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 54. RGB value is (171,121,84). Sum of RGB (Red+Green+Blue) = 171+121+84=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7954 is #5486AB. Grayscale: #838383. Windows color (decimal): -5539500 or 5536171. OLE color: 5536171.

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

Color convert

RGB17112184-
CMYK00.290.510.33
HSL25.52º34.12%50%-
HSV(B)25.52º50.88%67.06%-
XYZ25.2322.9711.49-
YUV131.73101.06156.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=45.48%
G=32.18%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711218400.290.510.3325.5234.1250
HexAB795401D33211a2232
Octal2531711240356341324262
Binary101010111111001101010001110111001110000111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7954; }

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

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

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

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

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

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

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

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