#AB835B

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

Shades of Medium Wood #AB835B

Tints of Medium Wood #AB835B

Color information

#AB835B (or 0xAB835B) is unknown color: approx Medium Wood. HEX triplet: AB, 83 and 5B. RGB value is (171,131,91). Sum of RGB (Red+Green+Blue) = 171+131+91=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB835B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB835B is #547CA4. Grayscale: #8A8A8A. Windows color (decimal): -5536933 or 5997483. OLE color: 5997483.

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

Color convert

RGB17113191-
CMYK00.230.470.33
HSL30º32.26%51.37%-
HSV(B)30º46.78%67.06%-
XYZ26.825.6513.44-
YUV138.4101.25151.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=43.51%
G=33.33%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711319100.230.470.333032.2651.37
HexAB835B0172F211e2033
Octal2532031330275741364063
Binary1010101110000011101101101011110111110000111110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB835B; }

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

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

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

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

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

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

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

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