#AB9C5F

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

Shades of Husk #AB9C5F

Tints of Husk #AB9C5F

Color information

#AB9C5F (or 0xAB9C5F) is unknown color: approx Husk. HEX triplet: AB, 9C and 5F. RGB value is (171,156,95). Sum of RGB (Red+Green+Blue) = 171+156+95=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C5F is #5463A0. Grayscale: #999999. Windows color (decimal): -5530529 or 6266027. OLE color: 6266027.

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

Color convert

RGB17115695-
CMYK00.090.440.33
HSL48.16º31.15%52.16%-
HSV(B)48.16º44.44%67.06%-
XYZ30.7533.2615.63-
YUV153.5394.97140.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 95 (37.5% from 255) = 22.51%
R=40.52%
G=36.97%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711569500.090.440.3348.1631.1552.16
HexAB9C5F092C21301f34
Octal2532341370115441603764
Binary101010111001110010111110100110110010000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C5F; }

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

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

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

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

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

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

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

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