#ABA151

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

Shades of Husk #ABA151

Tints of Husk #ABA151

Color information

#ABA151 (or 0xABA151) is unknown color: approx Husk. HEX triplet: AB, A1 and 51. RGB value is (171,161,81). Sum of RGB (Red+Green+Blue) = 171+161+81=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA151 is #545EAE. Grayscale: #9B9B9B. Windows color (decimal): -5529263 or 5349803. OLE color: 5349803.

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

Color convert

RGB17116181-
CMYK00.060.530.33
HSL53.33º35.71%49.41%-
HSV(B)53.33º52.63%67.06%-
XYZ31.0234.7412.86-
YUV154.8786.31139.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=41.40%
G=38.98%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711618100.060.530.3353.3335.7149.41
HexABA151063521352431
Octal253241121066541654461
Binary101010111010000110100010110110101100001110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA151; }

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

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

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

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

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

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

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

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