#AB805A

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

Shades of Medium Wood #AB805A

Tints of Medium Wood #AB805A

Color information

#AB805A (or 0xAB805A) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 5A. RGB value is (171,128,90). Sum of RGB (Red+Green+Blue) = 171+128+90=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB805A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB805A is #547FA5. Grayscale: #888888. Windows color (decimal): -5537702 or 5931179. OLE color: 5931179.

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

Color convert

RGB17112890-
CMYK00.250.470.33
HSL28.15º32.53%51.18%-
HSV(B)28.15º47.37%67.06%-
XYZ26.3624.8313.08-
YUV136.52101.75152.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=43.96%
G=32.90%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711289000.250.470.3328.1532.5351.18
HexAB805A0192F211c2133
Octal2532001320315741344163
Binary1010101110000000101101001100110111110000111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB805A; }

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

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

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

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

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

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

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

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