#AB8161

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

Shades of Medium Wood #AB8161

Tints of Medium Wood #AB8161

Color information

#AB8161 (or 0xAB8161) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 61. RGB value is (171,129,97). Sum of RGB (Red+Green+Blue) = 171+129+97=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8161 is #547E9E. Grayscale: #8A8A8A. Windows color (decimal): -5537439 or 6390187. OLE color: 6390187.

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

Color convert

RGB17112997-
CMYK00.250.430.33
HSL25.95º30.58%52.55%-
HSV(B)25.95º43.27%67.06%-
XYZ26.825.2214.76-
YUV137.91104.91151.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=43.07%
G=32.49%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711299700.250.430.3325.9530.5852.55
HexAB81610192B211a1f35
Octal2532011410315341323765
Binary101010111000000111000010110011010111000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8161; }

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

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

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

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

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

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

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

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