#ABA154

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

Shades of Husk #ABA154

Tints of Husk #ABA154

Color information

#ABA154 (or 0xABA154) is unknown color: approx Husk. HEX triplet: AB, A1 and 54. RGB value is (171,161,84). Sum of RGB (Red+Green+Blue) = 171+161+84=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA154 is #545EAB. Grayscale: #9B9B9B. Windows color (decimal): -5529260 or 5546411. OLE color: 5546411.

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

Color convert

RGB17116184-
CMYK00.060.510.33
HSL53.1º34.12%50%-
HSV(B)53.1º50.88%67.06%-
XYZ31.1434.7913.46-
YUV155.2187.81139.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=41.11%
G=38.70%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711618400.060.510.3353.134.1250
HexABA154063321352232
Octal253241124066341654262
Binary101010111010000110101000110110011100001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA154; }

 p { color: rgb(171,161,84); }

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

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

 a { background-color: rgb(171,161,84); }

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

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

 span { border-color: rgb(171,161,84); }

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