#AB994B

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

Shades of Husk #AB994B

Tints of Husk #AB994B

Color information

#AB994B (or 0xAB994B) is unknown color: approx Husk. HEX triplet: AB, 99 and 4B. RGB value is (171,153,75). Sum of RGB (Red+Green+Blue) = 171+153+75=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB994B is #5466B4. Grayscale: #959595. Windows color (decimal): -5531317 or 4954539. OLE color: 4954539.

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

Color convert

RGB17115375-
CMYK00.110.560.33
HSL48.75º39.02%48.24%-
HSV(B)48.75º56.14%67.06%-
XYZ29.4631.9511.27-
YUV149.4985.96143.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.86%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=42.86%
G=38.35%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711537500.110.560.3348.7539.0248.24
HexAB994B0B3821312730
Octal2532311130137041614760
Binary1010101110011001100101101011111000100001110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB994B; }

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

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

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

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

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

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

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

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