#AB9745

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

Shades of Husk #AB9745

Tints of Husk #AB9745

Color information

#AB9745 (or 0xAB9745) is unknown color: approx Husk. HEX triplet: AB, 97 and 45. RGB value is (171,151,69). Sum of RGB (Red+Green+Blue) = 171+151+69=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9745 is #5468BA. Grayscale: #939393. Windows color (decimal): -5531835 or 4560811. OLE color: 4560811.

HSL color Cylindrical-coordinate representation of color #AB9745: hue angle of 48.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9745 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17115169-
CMYK00.120.600.33
HSL48.24º42.5%47.06%-
HSV(B)48.24º59.65%67.06%-
XYZ28.9431.2210.13-
YUV147.6383.63144.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=43.73%
G=38.62%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711516900.120.600.3348.2442.547.06
HexAB97450C3C21302a2f
Octal2532271050147441605257
Binary1010101110010111100010101100111100100001110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9745; }

 p { color: rgb(171,151,69); }

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

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

 a { background-color: rgb(171,151,69); }

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

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

 span { border-color: rgb(171,151,69); }

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