#AB7861

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

Shades of Medium Wood #AB7861

Tints of Medium Wood #AB7861

Color information

#AB7861 (or 0xAB7861) is unknown color: approx Medium Wood. HEX triplet: AB, 78 and 61. RGB value is (171,120,97). Sum of RGB (Red+Green+Blue) = 171+120+97=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7861 is #54879E. Grayscale: #848484. Windows color (decimal): -5539743 or 6387883. OLE color: 6387883.

HSL color Cylindrical-coordinate representation of color #AB7861: hue angle of 18.65º 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 #AB7861 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17112097-
CMYK00.300.430.33
HSL18.65º30.58%52.55%-
HSV(B)18.65º43.27%67.06%-
XYZ25.6722.9514.39-
YUV132.63107.9155.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 97 (38.28% from 255) = 25%
R=44.07%
G=30.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711209700.300.430.3318.6530.5852.55
HexAB786101E2B21131f35
Octal2531701410365341233765
Binary10101011111100011000010111101010111000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7861; }

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

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

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

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

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

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

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

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