#AB7E5A

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

Shades of Medium Wood #AB7E5A

Tints of Medium Wood #AB7E5A

Color information

#AB7E5A (or 0xAB7E5A) is unknown color: approx Medium Wood. HEX triplet: AB, 7E and 5A. RGB value is (171,126,90). Sum of RGB (Red+Green+Blue) = 171+126+90=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E5A is #5481A5. Grayscale: #878787. Windows color (decimal): -5538214 or 5930667. OLE color: 5930667.

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

Color convert

RGB17112690-
CMYK00.260.470.33
HSL26.67º32.53%51.18%-
HSV(B)26.67º47.37%67.06%-
XYZ26.124.3212.99-
YUV135.35102.41153.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=44.19%
G=32.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711269000.260.470.3326.6732.5351.18
HexAB7E5A01A2F211b2133
Octal2531761320325741334163
Binary101010111111110101101001101010111110000111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E5A; }

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

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

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

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

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

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

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

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