#AB795B

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

Shades of Medium Wood #AB795B

Tints of Medium Wood #AB795B

Color information

#AB795B (or 0xAB795B) is unknown color: approx Medium Wood. HEX triplet: AB, 79 and 5B. RGB value is (171,121,91). Sum of RGB (Red+Green+Blue) = 171+121+91=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB795B is #5486A4. Grayscale: #848484. Windows color (decimal): -5539493 or 5994923. OLE color: 5994923.

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

Color convert

RGB17112191-
CMYK00.290.470.33
HSL22.5º32.26%51.37%-
HSV(B)22.5º46.78%67.06%-
XYZ25.5223.0913.01-
YUV132.53104.56155.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=44.65%
G=31.59%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711219100.290.470.3322.532.2651.37
HexAB795B01D2F21162033
Octal2531711330355741264063
Binary101010111111001101101101110110111110000110110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB795B; }

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

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

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

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

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

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

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

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