#AB7A5A

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

Shades of Medium Wood #AB7A5A

Tints of Medium Wood #AB7A5A

Color information

#AB7A5A (or 0xAB7A5A) is unknown color: approx Medium Wood. HEX triplet: AB, 7A and 5A. RGB value is (171,122,90). Sum of RGB (Red+Green+Blue) = 171+122+90=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A5A is #5485A5. Grayscale: #858585. Windows color (decimal): -5539238 or 5929643. OLE color: 5929643.

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

Color convert

RGB17112290-
CMYK00.290.470.33
HSL23.7º32.53%51.18%-
HSV(B)23.7º47.37%67.06%-
XYZ25.623.3212.82-
YUV133103.73155.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=44.65%
G=31.85%
B=23.50%

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
Decimal1711229000.290.470.3323.732.5351.18
HexAB7A5A01D2F21182133
Octal2531721320355741304163
Binary101010111111010101101001110110111110000111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A5A; }

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

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

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

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

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

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

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

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