#ab9d48

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

Shades of Husk #AB9D48

Tints of Husk #AB9D48

Color information

#AB9D48 (or 0xAB9D48) is unknown color: approx Husk. HEX triplet: AB, 9D and 48. RGB value is (171,157,72). Sum of RGB (Red+Green+Blue) = 171+157+72=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D48 is #5462B7. Grayscale: #979797. Windows color (decimal): -5530296 or 4758955. OLE color: 4758955.

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

Color convert

RGB17115772-
CMYK00.080.580.33
HSL51.52º40.74%47.65%-
HSV(B)51.52º57.89%67.06%-
XYZ30.0233.2410.96-
YUV151.583.14141.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 72 (28.52% from 255) = 18%
R=42.75%
G=39.25%
B=18%

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
Decimal1711577200.080.580.3351.5240.7447.65
HexAB9D48083A21342930
Octal2532351100107241645160
Binary1010101110011101100100001000111010100001110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab9d48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab9d48; }

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

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

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

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

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

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

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

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