#AB8567

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

Shades of Medium Wood #AB8567

Tints of Medium Wood #AB8567

Color information

#AB8567 (or 0xAB8567) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 67. RGB value is (171,133,103). Sum of RGB (Red+Green+Blue) = 171+133+103=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8567 is #547A98. Grayscale: #8D8D8D. Windows color (decimal): -5536409 or 6784427. OLE color: 6784427.

HSL color Cylindrical-coordinate representation of color #AB8567: hue angle of 26.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8567 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171133103-
CMYK00.220.400.33
HSL26.47º28.81%53.73%-
HSV(B)26.47º39.77%67.06%-
XYZ27.6326.4116.47-
YUV140.94106.59149.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=42.01%
G=32.68%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113310300.220.400.3326.4728.8153.73
HexAB856701628211a1d36
Octal2532051470265041323566
Binary101010111000010111001110101101010001000011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8567; }

 p { color: rgb(171,133,103); }

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

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

 a { background-color: rgb(171,133,103); }

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

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

 span { border-color: rgb(171,133,103); }

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