#AB835D

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

Shades of Medium Wood #AB835D

Tints of Medium Wood #AB835D

Color information

#AB835D (or 0xAB835D) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 5D. RGB value is (171,131,93). Sum of RGB (Red+Green+Blue) = 171+131+93=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB835D is #547CA2. Grayscale: #8A8A8A. Windows color (decimal): -5536931 or 6128555. OLE color: 6128555.

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

Color convert

RGB17113193-
CMYK00.230.460.33
HSL29.23º31.71%51.76%-
HSV(B)29.23º45.61%67.06%-
XYZ26.8925.6813.9-
YUV138.63102.25151.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=43.29%
G=33.16%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711319300.230.460.3329.2331.7151.76
HexAB835D0172E211d2034
Octal2532031350275641354064
Binary1010101110000011101110101011110111010000111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB835D; }

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

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

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

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

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

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

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

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