#AB7C5B

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

Shades of Medium Wood #AB7C5B

Tints of Medium Wood #AB7C5B

Color information

#AB7C5B (or 0xAB7C5B) is unknown color: approx Medium Wood. HEX triplet: AB, 7C and 5B. RGB value is (171,124,91). Sum of RGB (Red+Green+Blue) = 171+124+91=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C5B is #5483A4. Grayscale: #868686. Windows color (decimal): -5538725 or 5995691. OLE color: 5995691.

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

Color convert

RGB17112491-
CMYK00.270.470.33
HSL24.75º32.26%51.37%-
HSV(B)24.75º46.78%67.06%-
XYZ25.8923.8313.13-
YUV134.29103.57154.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=44.30%
G=32.12%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711249100.270.470.3324.7532.2651.37
HexAB7C5B01B2F21192033
Octal2531741330335741314063
Binary101010111111100101101101101110111110000111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C5B; }

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

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

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

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

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

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

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

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