#AB7A5B

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

Shades of Medium Wood #AB7A5B

Tints of Medium Wood #AB7A5B

Color information

#AB7A5B (or 0xAB7A5B) is unknown color: approx Medium Wood. HEX triplet: AB, 7A and 5B. RGB value is (171,122,91). Sum of RGB (Red+Green+Blue) = 171+122+91=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A5B is #5485A4. Grayscale: #858585. Windows color (decimal): -5539237 or 5995179. OLE color: 5995179.

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

Color convert

RGB17112291-
CMYK00.290.470.33
HSL23.25º32.26%51.37%-
HSV(B)23.25º46.78%67.06%-
XYZ25.6423.3313.05-
YUV133.12104.23155.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 122 (48.05% from 255) = 31.77%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=44.53%
G=31.77%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711229100.290.470.3323.2532.2651.37
HexAB7A5B01D2F21172033
Octal2531721330355741274063
Binary101010111111010101101101110110111110000110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A5B; }

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

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

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

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

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

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

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

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