#AB9548

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

Shades of Husk #AB9548

Tints of Husk #AB9548

Color information

#AB9548 (or 0xAB9548) is unknown color: approx Husk. HEX triplet: AB, 95 and 48. RGB value is (171,149,72). Sum of RGB (Red+Green+Blue) = 171+149+72=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9548 is #546AB7. Grayscale: #939393. Windows color (decimal): -5532344 or 4756907. OLE color: 4756907.

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

Color convert

RGB17114972-
CMYK00.130.580.33
HSL46.67º40.74%47.65%-
HSV(B)46.67º57.89%67.06%-
XYZ28.7130.6210.53-
YUV146.885.79145.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=43.62%
G=38.01%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711497200.130.580.3346.6740.7447.65
HexAB95480D3A212f2930
Octal2532251100157241575160
Binary1010101110010101100100001101111010100001101111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9548; }

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

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

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

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

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

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

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

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