#AB9F4F

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

Shades of Husk #AB9F4F

Tints of Husk #AB9F4F

Color information

#AB9F4F (or 0xAB9F4F) is unknown color: approx Husk. HEX triplet: AB, 9F and 4F. RGB value is (171,159,79). Sum of RGB (Red+Green+Blue) = 171+159+79=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9F4F is #5460B0. Grayscale: #999999. Windows color (decimal): -5529777 or 5218219. OLE color: 5218219.

HSL color Cylindrical-coordinate representation of color #AB9F4F: hue angle of 52.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB9F4F is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17115979-
CMYK00.070.540.33
HSL52.17º36.8%49.02%-
HSV(B)52.17º53.8%67.06%-
XYZ30.634.0212.35-
YUV153.4785.98140.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=41.81%
G=38.88%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711597900.070.540.3352.1736.849.02
HexAB9F4F073621342531
Octal253237117076641644561
Binary101010111001111110011110111110110100001110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9F4F; }

 p { color: rgb(171,159,79); }

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

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

 a { background-color: rgb(171,159,79); }

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

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

 span { border-color: rgb(171,159,79); }

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