#AB7D5A

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

Shades of Medium Wood #AB7D5A

Tints of Medium Wood #AB7D5A

Color information

#AB7D5A (or 0xAB7D5A) is unknown color: approx Medium Wood. HEX triplet: AB, 7D and 5A. RGB value is (171,125,90). Sum of RGB (Red+Green+Blue) = 171+125+90=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D5A is #5482A5. Grayscale: #868686. Windows color (decimal): -5538470 or 5930411. OLE color: 5930411.

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

Color convert

RGB17112590-
CMYK00.270.470.33
HSL25.93º32.53%51.18%-
HSV(B)25.93º47.37%67.06%-
XYZ25.9724.0612.95-
YUV134.76102.74153.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=44.30%
G=32.38%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711259000.270.470.3325.9332.5351.18
HexAB7D5A01B2F211a2133
Octal2531751320335741324163
Binary101010111111101101101001101110111110000111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7D5A; }

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

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

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

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

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

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

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

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