#AB815A

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

Shades of Medium Wood #AB815A

Tints of Medium Wood #AB815A

Color information

#AB815A (or 0xAB815A) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 5A. RGB value is (171,129,90). Sum of RGB (Red+Green+Blue) = 171+129+90=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815A is #547EA5. Grayscale: #898989. Windows color (decimal): -5537446 or 5931435. OLE color: 5931435.

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

Color convert

RGB17112990-
CMYK00.250.470.33
HSL28.89º32.53%51.18%-
HSV(B)28.89º47.37%67.06%-
XYZ26.4925.113.12-
YUV137.11101.41152.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.85%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=43.85%
G=33.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711299000.250.470.3328.8932.5351.18
HexAB815A0192F211d2133
Octal2532011320315741354163
Binary1010101110000001101101001100110111110000111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB815A; }

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

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

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

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

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

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

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

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