#AB8261

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

Shades of Medium Wood #AB8261

Tints of Medium Wood #AB8261

Color information

#AB8261 (or 0xAB8261) is unknown color: approx Medium Wood. HEX triplet: AB, 82 and 61. RGB value is (171,130,97). Sum of RGB (Red+Green+Blue) = 171+130+97=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8261 is #547D9E. Grayscale: #8A8A8A. Windows color (decimal): -5537183 or 6390443. OLE color: 6390443.

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

Color convert

RGB17113097-
CMYK00.240.430.33
HSL26.76º30.58%52.55%-
HSV(B)26.76º43.27%67.06%-
XYZ26.9325.4914.81-
YUV138.5104.58151.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=42.96%
G=32.66%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711309700.240.430.3326.7630.5852.55
HexAB82610182B211b1f35
Octal2532021410305341333765
Binary101010111000001011000010110001010111000011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8261; }

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

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

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

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

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

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

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

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