#AB9E48

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

Shades of Husk #AB9E48

Tints of Husk #AB9E48

Color information

#AB9E48 (or 0xAB9E48) is unknown color: approx Husk. HEX triplet: AB, 9E and 48. RGB value is (171,158,72). Sum of RGB (Red+Green+Blue) = 171+158+72=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E48 is #5461B7. Grayscale: #989898. Windows color (decimal): -5530040 or 4759211. OLE color: 4759211.

HSL color Cylindrical-coordinate representation of color #AB9E48: hue angle of 52.12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB9E48 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17115872-
CMYK00.080.580.33
HSL52.12º40.74%47.65%-
HSV(B)52.12º57.89%67.06%-
XYZ30.1933.5811.02-
YUV152.0882.81141.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=42.64%
G=39.40%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711587200.080.580.3352.1240.7447.65
HexAB9E48083A21342930
Octal2532361100107241645160
Binary1010101110011110100100001000111010100001110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E48; }

 p { color: rgb(171,158,72); }

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

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

 a { background-color: rgb(171,158,72); }

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

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

 span { border-color: rgb(171,158,72); }

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