#AB7855

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

Shades of Medium Wood #AB7855

Tints of Medium Wood #AB7855

Color information

#AB7855 (or 0xAB7855) is unknown color: approx Medium Wood. HEX triplet: AB, 78 and 55. RGB value is (171,120,85). Sum of RGB (Red+Green+Blue) = 171+120+85=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7855 is #5487AA. Grayscale: #838383. Windows color (decimal): -5539755 or 5601451. OLE color: 5601451.

HSL color Cylindrical-coordinate representation of color #AB7855: hue angle of 24.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB7855 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17112085-
CMYK00.300.500.33
HSL24.42º33.86%50.2%-
HSV(B)24.42º50.29%67.06%-
XYZ25.1522.7511.66-
YUV131.26101.9156.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=45.48%
G=31.91%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711208500.300.500.3324.4233.8650.2
HexAB785501E3221182232
Octal2531701250366241304262
Binary101010111111000101010101111011001010000111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7855; }

 p { color: rgb(171,120,85); }

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

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

 a { background-color: rgb(171,120,85); }

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

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

 span { border-color: rgb(171,120,85); }

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