#AB8570

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

Shades of Medium Wood #AB8570

Tints of Medium Wood #AB8570

Color information

#AB8570 (or 0xAB8570) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 70. RGB value is (171,133,112). Sum of RGB (Red+Green+Blue) = 171+133+112=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8570 is #547A8F. Grayscale: #8E8E8E. Windows color (decimal): -5536400 or 7374251. OLE color: 7374251.

HSL color Cylindrical-coordinate representation of color #AB8570: hue angle of 21.36º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8570 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171133112-
CMYK00.220.350.33
HSL21.36º25.99%55.49%-
HSV(B)21.36º34.5%67.06%-
XYZ28.1126.618.98-
YUV141.97111.09148.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=41.11%
G=31.97%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113311200.220.350.3321.3625.9955.49
HexAB85700162321151a37
Octal2532051600264341253267
Binary101010111000010111100000101101000111000011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8570; }

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

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

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

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

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

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

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

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