#AB7B5D

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

Shades of Medium Wood #AB7B5D

Tints of Medium Wood #AB7B5D

Color information

#AB7B5D (or 0xAB7B5D) is unknown color: approx Medium Wood. HEX triplet: AB, 7B and 5D. RGB value is (171,123,93). Sum of RGB (Red+Green+Blue) = 171+123+93=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B5D is #5484A2. Grayscale: #868686. Windows color (decimal): -5538979 or 6126507. OLE color: 6126507.

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

Color convert

RGB17112393-
CMYK00.280.460.33
HSL23.08º31.71%51.76%-
HSV(B)23.08º45.61%67.06%-
XYZ25.8523.6113.55-
YUV133.93104.9154.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=44.19%
G=31.78%
B=24.03%

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
Decimal1711239300.280.460.3323.0831.7151.76
HexAB7B5D01C2E21172034
Octal2531731350345641274064
Binary101010111111011101110101110010111010000110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7B5D; }

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

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

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

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

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

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

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

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