#ab7958

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

Shades of Medium Wood #AB7958

Tints of Medium Wood #AB7958

Color information

#AB7958 (or 0xAB7958) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 58. RGB value is (171,121,88). Sum of RGB (Red+Green+Blue) = 171+121+88=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7958 is #5486A7. Grayscale: #848484. Windows color (decimal): -5539496 or 5798315. OLE color: 5798315.

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

Color convert

RGB17112188-
CMYK00.290.490.33
HSL23.86º33.07%50.78%-
HSV(B)23.86º48.54%67.06%-
XYZ25.3923.0412.34-
YUV132.19103.06155.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=45%
G=31.84%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711218800.290.490.3323.8633.0750.78
HexAB795801D3121182133
Octal2531711300356141304163
Binary101010111111001101100001110111000110000111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7958; }

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

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

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

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

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

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

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

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