#AB8568

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

Shades of Medium Wood #AB8568

Tints of Medium Wood #AB8568

Color information

#AB8568 (or 0xAB8568) is unknown color: approx Medium Wood. HEX triplet: AB, 85 and 68. RGB value is (171,133,104). Sum of RGB (Red+Green+Blue) = 171+133+104=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8568 is #547A97. Grayscale: #8D8D8D. Windows color (decimal): -5536408 or 6849963. OLE color: 6849963.

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

Color convert

RGB171133104-
CMYK00.220.390.33
HSL25.97º28.51%53.92%-
HSV(B)25.97º39.18%67.06%-
XYZ27.6826.4316.74-
YUV141.06107.09149.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 104 (41.02% from 255) = 25.49%
R=41.91%
G=32.60%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113310400.220.390.3325.9728.5153.92
HexAB856801627211a1d36
Octal2532051500264741323566
Binary101010111000010111010000101101001111000011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8568; }

 p { color: rgb(171,133,104); }

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

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

 a { background-color: rgb(171,133,104); }

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

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

 span { border-color: rgb(171,133,104); }

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