#AB9A48

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

Shades of Husk #AB9A48

Tints of Husk #AB9A48

Color information

#AB9A48 (or 0xAB9A48) is unknown color: approx Husk. HEX triplet: AB, 9A and 48. RGB value is (171,154,72). Sum of RGB (Red+Green+Blue) = 171+154+72=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A48 is #5465B7. Grayscale: #969696. Windows color (decimal): -5531064 or 4758187. OLE color: 4758187.

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

Color convert

RGB17115472-
CMYK00.100.580.33
HSL49.7º40.74%47.65%-
HSV(B)49.7º57.89%67.06%-
XYZ29.5232.2410.8-
YUV149.7384.13143.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=43.07%
G=38.79%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711547200.100.580.3349.740.7447.65
HexAB9A480A3A21322930
Octal2532321100127241625160
Binary1010101110011010100100001010111010100001110010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A48; }

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

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

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

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

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

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

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

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