#AB8270

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

Shades of Medium Wood #AB8270

Tints of Medium Wood #AB8270

Color information

#AB8270 (or 0xAB8270) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 70. RGB value is (171,130,112). Sum of RGB (Red+Green+Blue) = 171+130+112=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8270 is #547D8F. Grayscale: #8C8C8C. Windows color (decimal): -5537168 or 7373483. OLE color: 7373483.

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

Color convert

RGB171130112-
CMYK00.240.350.33
HSL18.31º25.99%55.49%-
HSV(B)18.31º34.5%67.06%-
XYZ27.725.7918.85-
YUV140.21112.08149.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=41.40%
G=31.48%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113011200.240.350.3318.3125.9955.49
HexAB82700182321121a37
Octal2532021600304341223267
Binary101010111000001011100000110001000111000011001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8270; }

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

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

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

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

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

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

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

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