#AB8166

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

Shades of Medium Wood #AB8166

Tints of Medium Wood #AB8166

Color information

#AB8166 (or 0xAB8166) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 66. RGB value is (171,129,102). Sum of RGB (Red+Green+Blue) = 171+129+102=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8166 is #547E99. Grayscale: #8A8A8A. Windows color (decimal): -5537434 or 6717867. OLE color: 6717867.

HSL color Cylindrical-coordinate representation of color #AB8166: hue angle of 23.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8166 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB171129102-
CMYK00.250.400.33
HSL23.48º29.11%53.53%-
HSV(B)23.48º40.35%67.06%-
XYZ27.0425.3216.03-
YUV138.48107.41151.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=42.54%
G=32.09%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112910200.250.400.3323.4829.1153.53
HexAB81660192821171d36
Octal2532011460315041273566
Binary101010111000000111001100110011010001000011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8166; }

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

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

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

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

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

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

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

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