#AB9856

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

Shades of Husk #AB9856

Tints of Husk #AB9856

Color information

#AB9856 (or 0xAB9856) is unknown color: approx Husk. HEX triplet: AB, 98 and 56. RGB value is (171,152,86). Sum of RGB (Red+Green+Blue) = 171+152+86=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9856 is #5467A9. Grayscale: #969696. Windows color (decimal): -5531562 or 5675179. OLE color: 5675179.

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

Color convert

RGB17115286-
CMYK00.110.500.33
HSL46.59º33.6%50.39%-
HSV(B)46.59º49.71%67.06%-
XYZ29.731.7913.37-
YUV150.1691.79142.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=41.81%
G=37.16%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711528600.110.500.3346.5933.650.39
HexAB98560B32212f2232
Octal2532301260136241574262
Binary1010101110011000101011001011110010100001101111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9856; }

 p { color: rgb(171,152,86); }

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

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

 a { background-color: rgb(171,152,86); }

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

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

 span { border-color: rgb(171,152,86); }

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