#AB8061

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

Shades of Medium Wood #AB8061

Tints of Medium Wood #AB8061

Color information

#AB8061 (or 0xAB8061) is unknown color: approx Medium Wood. HEX triplet: AB, 80 and 61. RGB value is (171,128,97). Sum of RGB (Red+Green+Blue) = 171+128+97=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8061 is #547F9E. Grayscale: #898989. Windows color (decimal): -5537695 or 6389931. OLE color: 6389931.

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

Color convert

RGB17112897-
CMYK00.250.430.33
HSL25.14º30.58%52.55%-
HSV(B)25.14º43.27%67.06%-
XYZ26.6724.9614.72-
YUV137.32105.25152.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=43.18%
G=32.32%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711289700.250.430.3325.1430.5852.55
HexAB80610192B21191f35
Octal2532001410315341313765
Binary101010111000000011000010110011010111000011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8061; }

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

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

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

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

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

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

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

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