#AB9D57

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

Shades of Husk #AB9D57

Tints of Husk #AB9D57

Color information

#AB9D57 (or 0xAB9D57) is unknown color: approx Husk. HEX triplet: AB, 9D and 57. RGB value is (171,157,87). Sum of RGB (Red+Green+Blue) = 171+157+87=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9D57 is #5462A8. Grayscale: #999999. Windows color (decimal): -5530281 or 5741995. OLE color: 5741995.

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

Color convert

RGB17115787-
CMYK00.080.490.33
HSL50º33.33%50.59%-
HSV(B)50º49.12%67.06%-
XYZ30.5733.4613.86-
YUV153.2190.64140.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 87 (34.38% from 255) = 20.96%
R=41.20%
G=37.83%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711578700.080.490.335033.3350.59
HexAB9D57083121322133
Octal2532351270106141624163
Binary1010101110011101101011101000110001100001110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D57; }

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

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

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

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

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

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

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

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