#AB964B

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

Shades of Husk #AB964B

Tints of Husk #AB964B

Color information

#AB964B (or 0xAB964B) is unknown color: approx Husk. HEX triplet: AB, 96 and 4B. RGB value is (171,150,75). Sum of RGB (Red+Green+Blue) = 171+150+75=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB964B is #5469B4. Grayscale: #949494. Windows color (decimal): -5532085 or 4953771. OLE color: 4953771.

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

Color convert

RGB17115075-
CMYK00.120.560.33
HSL46.88º39.02%48.24%-
HSV(B)46.88º56.14%67.06%-
XYZ28.9730.9811.11-
YUV147.7386.96144.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.18%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=43.18%
G=37.88%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711507500.120.560.3346.8839.0248.24
HexAB964B0C38212f2730
Octal2532261130147041574760
Binary1010101110010110100101101100111000100001101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB964B; }

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

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

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

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

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

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

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

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