#ABA056

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

Shades of Husk #ABA056

Tints of Husk #ABA056

Color information

#ABA056 (or 0xABA056) is unknown color: approx Husk. HEX triplet: AB, A0 and 56. RGB value is (171,160,86). Sum of RGB (Red+Green+Blue) = 171+160+86=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA056 is #545FA9. Grayscale: #9B9B9B. Windows color (decimal): -5529514 or 5677227. OLE color: 5677227.

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

Color convert

RGB17116086-
CMYK00.060.500.33
HSL52.24º33.6%50.39%-
HSV(B)52.24º49.71%67.06%-
XYZ31.0534.4713.82-
YUV154.8589.14139.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=41.01%
G=38.37%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711608600.060.500.3352.2433.650.39
HexABA056063221342232
Octal253240126066241644262
Binary101010111010000010101100110110010100001110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA056; }

 p { color: rgb(171,160,86); }

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

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

 a { background-color: rgb(171,160,86); }

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

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

 span { border-color: rgb(171,160,86); }

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