#ab815f

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

Shades of Medium Wood #AB815F

Tints of Medium Wood #AB815F

Color information

#AB815F (or 0xAB815F) is unknown color: approx Medium Wood. HEX triplet: AB, 81 and 5F. RGB value is (171,129,95). Sum of RGB (Red+Green+Blue) = 171+129+95=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB815F is #547EA0. Grayscale: #898989. Windows color (decimal): -5537441 or 6259115. OLE color: 6259115.

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

Color convert

RGB17112995-
CMYK00.250.440.33
HSL26.84º31.15%52.16%-
HSV(B)26.84º44.44%67.06%-
XYZ26.7125.1814.28-
YUV137.68103.91151.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=43.29%
G=32.66%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711299500.250.440.3326.8431.1552.16
HexAB815F0192C211b1f34
Octal2532011370315441333764
Binary101010111000000110111110110011011001000011101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab815f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab815f; }

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

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

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

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

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

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

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

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