#AB7C5F

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

Shades of Medium Wood #AB7C5F

Tints of Medium Wood #AB7C5F

Color information

#AB7C5F (or 0xAB7C5F) is unknown color: approx Medium Wood. HEX triplet: AB, 7C and 5F. RGB value is (171,124,95). Sum of RGB (Red+Green+Blue) = 171+124+95=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C5F is #5483A0. Grayscale: #868686. Windows color (decimal): -5538721 or 6257835. OLE color: 6257835.

HSL color Cylindrical-coordinate representation of color #AB7C5F: hue angle of 22.89º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7C5F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17112495-
CMYK00.270.440.33
HSL22.89º31.15%52.16%-
HSV(B)22.89º44.44%67.06%-
XYZ26.0723.914.07-
YUV134.75105.57153.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=43.85%
G=31.79%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711249500.270.440.3322.8931.1552.16
HexAB7C5F01B2C21171f34
Octal2531741370335441273764
Binary10101011111110010111110110111011001000011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7C5F; }

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

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

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

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

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

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

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

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