#AB8167

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

Shades of Medium Wood #AB8167

Tints of Medium Wood #AB8167

Color information

#AB8167 (or 0xAB8167) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 67. RGB value is (171,129,103). Sum of RGB (Red+Green+Blue) = 171+129+103=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8167 is #547E98. Grayscale: #8A8A8A. Windows color (decimal): -5537433 or 6783403. OLE color: 6783403.

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

Color convert

RGB171129103-
CMYK00.250.400.33
HSL22.94º28.81%53.73%-
HSV(B)22.94º39.77%67.06%-
XYZ27.0925.3416.29-
YUV138.59107.91151.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=42.43%
G=32.01%
B=25.56%

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
Decimal17112910300.250.400.3322.9428.8153.73
HexAB81670192821171d36
Octal2532011470315041273566
Binary101010111000000111001110110011010001000011011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8167; }

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

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

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

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

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

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

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

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