#AB944B

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

Shades of Husk #AB944B

Tints of Husk #AB944B

Color information

#AB944B (or 0xAB944B) is unknown color: approx Husk. HEX triplet: AB, 94 and 4B. RGB value is (171,148,75). Sum of RGB (Red+Green+Blue) = 171+148+75=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB944B is #546BB4. Grayscale: #929292. Windows color (decimal): -5532597 or 4953259. OLE color: 4953259.

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

Color convert

RGB17114875-
CMYK00.130.560.33
HSL45.62º39.02%48.24%-
HSV(B)45.62º56.14%67.06%-
XYZ28.6530.3511-
YUV146.5687.62145.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.40%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=43.40%
G=37.56%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711487500.130.560.3345.6239.0248.24
HexAB944B0D38212e2730
Octal2532241130157041564760
Binary1010101110010100100101101101111000100001101110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB944B; }

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

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

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

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

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

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

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

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