#AB805E

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

Shades of Medium Wood #AB805E

Tints of Medium Wood #AB805E

Color information

#AB805E (or 0xAB805E) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 5E. RGB value is (171,128,94). Sum of RGB (Red+Green+Blue) = 171+128+94=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805E is #547FA1. Grayscale: #898989. Windows color (decimal): -5537698 or 6193323. OLE color: 6193323.

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

Color convert

RGB17112894-
CMYK00.250.450.33
HSL26.49º31.43%51.96%-
HSV(B)26.49º45.03%67.06%-
XYZ26.5324.914-
YUV136.98103.75152.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=43.51%
G=32.57%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711289400.250.450.3326.4931.4351.96
HexAB805E0192D211a1f34
Octal2532001360315541323764
Binary101010111000000010111100110011011011000011101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB805E; }

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

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

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

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

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

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

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

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