#AB8370

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

Shades of Medium Wood #AB8370

Tints of Medium Wood #AB8370

Color information

#AB8370 (or 0xAB8370) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 70. RGB value is (171,131,112). Sum of RGB (Red+Green+Blue) = 171+131+112=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8370 is #547C8F. Grayscale: #8C8C8C. Windows color (decimal): -5536912 or 7373739. OLE color: 7373739.

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

Color convert

RGB171131112-
CMYK00.230.350.33
HSL19.32º25.99%55.49%-
HSV(B)19.32º34.5%67.06%-
XYZ27.8426.0618.89-
YUV140.79111.75149.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=41.30%
G=31.64%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113111200.230.350.3319.3225.9955.49
HexAB83700172321131a37
Octal2532031600274341233267
Binary101010111000001111100000101111000111000011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8370; }

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

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

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

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

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

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

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

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