#AB8461

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

Shades of Medium Wood #AB8461

Tints of Medium Wood #AB8461

Color information

#AB8461 (or 0xAB8461) is unknown color: approx Medium Wood. HEX triplet: AB, 84 and 61. RGB value is (171,132,97). Sum of RGB (Red+Green+Blue) = 171+132+97=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8461 is #547B9E. Grayscale: #8B8B8B. Windows color (decimal): -5536671 or 6390955. OLE color: 6390955.

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

Color convert

RGB17113297-
CMYK00.230.430.33
HSL28.38º30.58%52.55%-
HSV(B)28.38º43.27%67.06%-
XYZ27.226.0214.9-
YUV139.67103.92150.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=42.75%
G=33%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711329700.230.430.3328.3830.5852.55
HexAB84610172B211c1f35
Octal2532041410275341343765
Binary101010111000010011000010101111010111000011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8461; }

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

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

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

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

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

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

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

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