#AB8360

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

Shades of Medium Wood #AB8360

Tints of Medium Wood #AB8360

Color information

#AB8360 (or 0xAB8360) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 60. RGB value is (171,131,96). Sum of RGB (Red+Green+Blue) = 171+131+96=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8360 is #547C9F. Grayscale: #8B8B8B. Windows color (decimal): -5536928 or 6325163. OLE color: 6325163.

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

Color convert

RGB17113196-
CMYK00.230.440.33
HSL28º30.86%52.35%-
HSV(B)28º43.86%67.06%-
XYZ27.0225.7414.61-
YUV138.97103.75150.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.96%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=42.96%
G=32.91%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711319600.230.440.332830.8652.35
HexAB83600172C211c1f34
Octal2532031400275441343764
Binary101010111000001111000000101111011001000011110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8360; }

 p { color: rgb(171,131,96); }

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

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

 a { background-color: rgb(171,131,96); }

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

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

 span { border-color: rgb(171,131,96); }

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