#AB8661

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

Shades of Medium Wood #AB8661

Tints of Medium Wood #AB8661

Color information

#AB8661 (or 0xAB8661) is unknown color: approx Medium Wood. HEX triplet: AB, 86 and 61. RGB value is (171,134,97). Sum of RGB (Red+Green+Blue) = 171+134+97=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8661 is #54799E. Grayscale: #8D8D8D. Windows color (decimal): -5536159 or 6391467. OLE color: 6391467.

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

Color convert

RGB17113497-
CMYK00.220.430.33
HSL30º30.58%52.55%-
HSV(B)30º43.27%67.06%-
XYZ27.4826.5714.99-
YUV140.84103.26149.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=42.54%
G=33.33%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711349700.220.430.333030.5852.55
HexAB86610162B211e1f35
Octal2532061410265341363765
Binary101010111000011011000010101101010111000011111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8661; }

 p { color: rgb(171,134,97); }

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

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

 a { background-color: rgb(171,134,97); }

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

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

 span { border-color: rgb(171,134,97); }

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