#AB9D5A

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

Shades of Husk #AB9D5A

Tints of Husk #AB9D5A

Color information

#AB9D5A (or 0xAB9D5A) is unknown color: approx Husk. HEX triplet: AB, 9D and 5A. RGB value is (171,157,90). Sum of RGB (Red+Green+Blue) = 171+157+90=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D5A is #5462A5. Grayscale: #999999. Windows color (decimal): -5530278 or 5938603. OLE color: 5938603.

HSL color Cylindrical-coordinate representation of color #AB9D5A: hue angle of 49.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB9D5A is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17115790-
CMYK00.080.470.33
HSL49.63º32.53%51.18%-
HSV(B)49.63º47.37%67.06%-
XYZ30.733.5114.52-
YUV153.5592.14140.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=40.91%
G=37.56%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711579000.080.470.3349.6332.5351.18
HexAB9D5A082F21322133
Octal2532351320105741624163
Binary1010101110011101101101001000101111100001110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D5A; }

 p { color: rgb(171,157,90); }

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

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

 a { background-color: rgb(171,157,90); }

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

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

 span { border-color: rgb(171,157,90); }

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