#AB815C

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

Shades of Medium Wood #AB815C

Tints of Medium Wood #AB815C

Color information

#AB815C (or 0xAB815C) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 5C. RGB value is (171,129,92). Sum of RGB (Red+Green+Blue) = 171+129+92=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815C is #547EA3. Grayscale: #898989. Windows color (decimal): -5537444 or 6062507. OLE color: 6062507.

HSL color Cylindrical-coordinate representation of color #AB815C: hue angle of 28.1º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB815C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17112992-
CMYK00.250.460.33
HSL28.1º31.98%51.57%-
HSV(B)28.1º46.2%67.06%-
XYZ26.5825.1313.58-
YUV137.34102.41152.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=43.62%
G=32.91%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711299200.250.460.3328.131.9851.57
HexAB815C0192E211c2034
Octal2532011340315641344064
Binary1010101110000001101110001100110111010000111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB815C; }

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

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

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

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

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

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

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

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