#AB7B5A

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

Shades of Medium Wood #AB7B5A

Tints of Medium Wood #AB7B5A

Color information

#AB7B5A (or 0xAB7B5A) is unknown color: approx Medium Wood. HEX triplet: AB, 7B and 5A. RGB value is (171,123,90). Sum of RGB (Red+Green+Blue) = 171+123+90=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5A is #5484A5. Grayscale: #858585. Windows color (decimal): -5538982 or 5929899. OLE color: 5929899.

HSL color Cylindrical-coordinate representation of color #AB7B5A: hue angle of 24.44º degrees, saturation: 0.33, 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 #AB7B5A is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17112390-
CMYK00.280.470.33
HSL24.44º32.53%51.18%-
HSV(B)24.44º47.37%67.06%-
XYZ25.7223.5612.87-
YUV133.59103.4154.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=44.53%
G=32.03%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711239000.280.470.3324.4432.5351.18
HexAB7B5A01C2F21182133
Octal2531731320345741304163
Binary101010111111011101101001110010111110000111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B5A; }

 p { color: rgb(171,123,90); }

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

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

 a { background-color: rgb(171,123,90); }

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

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

 span { border-color: rgb(171,123,90); }

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