#ABA156

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

Shades of Husk #ABA156

Tints of Husk #ABA156

Color information

#ABA156 (or 0xABA156) is unknown color: approx Husk. HEX triplet: AB, A1 and 56. RGB value is (171,161,86). Sum of RGB (Red+Green+Blue) = 171+161+86=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA156 is #545EA9. Grayscale: #9B9B9B. Windows color (decimal): -5529258 or 5677483. OLE color: 5677483.

HSL color Cylindrical-coordinate representation of color #ABA156: hue angle of 52.94º 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 #ABA156 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17116186-
CMYK00.060.500.33
HSL52.94º33.6%50.39%-
HSV(B)52.94º49.71%67.06%-
XYZ31.2234.8213.88-
YUV155.4488.81139.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=40.91%
G=38.52%
B=20.57%

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
Decimal1711618600.060.500.3352.9433.650.39
HexABA156063221352232
Octal253241126066241654262
Binary101010111010000110101100110110010100001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA156; }

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

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

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

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

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

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

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

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