#AB805F

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

Shades of Medium Wood #AB805F

Tints of Medium Wood #AB805F

Color information

#AB805F (or 0xAB805F) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 5F. RGB value is (171,128,95). Sum of RGB (Red+Green+Blue) = 171+128+95=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805F is #547FA0. Grayscale: #898989. Windows color (decimal): -5537697 or 6258859. OLE color: 6258859.

HSL color Cylindrical-coordinate representation of color #AB805F: hue angle of 26.05º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB805F is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17112895-
CMYK00.250.440.33
HSL26.05º31.15%52.16%-
HSV(B)26.05º44.44%67.06%-
XYZ26.5824.9214.24-
YUV137.1104.25152.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=43.40%
G=32.49%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711289500.250.440.3326.0531.1552.16
HexAB805F0192C211a1f34
Octal2532001370315441323764
Binary101010111000000010111110110011011001000011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB805F; }

 p { color: rgb(171,128,95); }

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

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

 a { background-color: rgb(171,128,95); }

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

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

 span { border-color: rgb(171,128,95); }

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