#AB944A

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

Shades of Husk #AB944A

Tints of Husk #AB944A

Color information

#AB944A (or 0xAB944A) is unknown color: approx Husk. HEX triplet: AB, 94 and 4A. RGB value is (171,148,74). Sum of RGB (Red+Green+Blue) = 171+148+74=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB944A is #546BB5. Grayscale: #929292. Windows color (decimal): -5532598 or 4887723. OLE color: 4887723.

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

Color convert

RGB17114874-
CMYK00.130.570.33
HSL45.77º39.59%48.04%-
HSV(B)45.77º56.73%67.06%-
XYZ28.6230.3310.82-
YUV146.4487.12145.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.51%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=43.51%
G=37.66%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711487400.130.570.3345.7739.5948.04
HexAB944A0D39212e2830
Octal2532241120157141565060
Binary1010101110010100100101001101111001100001101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB944A; }

 p { color: rgb(171,148,74); }

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

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

 a { background-color: rgb(171,148,74); }

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

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

 span { border-color: rgb(171,148,74); }

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