#AB7B5C

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

Shades of Medium Wood #AB7B5C

Tints of Medium Wood #AB7B5C

Color information

#AB7B5C (or 0xAB7B5C) is unknown color: approx Medium Wood. HEX triplet: AB, 7B and 5C. RGB value is (171,123,92). Sum of RGB (Red+Green+Blue) = 171+123+92=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5C is #5484A3. Grayscale: #858585. Windows color (decimal): -5538980 or 6060971. OLE color: 6060971.

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

Color convert

RGB17112392-
CMYK00.280.460.33
HSL23.54º31.98%51.57%-
HSV(B)23.54º46.2%67.06%-
XYZ25.8123.613.32-
YUV133.82104.4154.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 123 (48.44% from 255) = 31.87%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=44.30%
G=31.87%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711239200.280.460.3323.5431.9851.57
HexAB7B5C01C2E21182034
Octal2531731340345641304064
Binary101010111111011101110001110010111010000111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B5C; }

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

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

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

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

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

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

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

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