#AB9951

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

Shades of Husk #AB9951

Tints of Husk #AB9951

Color information

#AB9951 (or 0xAB9951) is unknown color: approx Husk. HEX triplet: AB, 99 and 51. RGB value is (171,153,81). Sum of RGB (Red+Green+Blue) = 171+153+81=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9951 is #5466AE. Grayscale: #969696. Windows color (decimal): -5531311 or 5347755. OLE color: 5347755.

HSL color Cylindrical-coordinate representation of color #AB9951: hue angle of 48º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB9951 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17115381-
CMYK00.110.530.33
HSL48º35.71%49.41%-
HSV(B)48º52.63%67.06%-
XYZ29.6732.0312.4-
YUV150.1788.96142.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.22%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 81 (32.03% from 255) = 20%
R=42.22%
G=37.78%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711538100.110.530.334835.7149.41
HexAB99510B3521302431
Octal2532311210136541604461
Binary1010101110011001101000101011110101100001110000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9951; }

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

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

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

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

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

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

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

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