#aba61c

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

Shades of Lucky #ABA61C

Tints of Lucky #ABA61C

Color information

#ABA61C (or 0xABA61C) is unknown color: approx Lucky. HEX triplet: AB, A6 and 1C. RGB value is (171,166,28). Sum of RGB (Red+Green+Blue) = 171+166+28=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA61C is #5459E3. Grayscale: #989898. Windows color (decimal): -5528036 or 1877675. OLE color: 1877675.

HSL color Cylindrical-coordinate representation of color #ABA61C: hue angle of 57.9º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABA61C is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17116628-
CMYK00.030.840.33
HSL57.9º71.86%39.02%-
HSV(B)57.9º83.63%67.06%-
XYZ30.6436.016.44-
YUV151.7658.16141.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 166 (65.23% from 255) = 45.48%
BLUE value IS 28 (11.33% from 255) = 7.67%
R=46.85%
G=45.48%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711662800.030.840.3357.971.8639.02
HexABA61C0354213a4827
Octal2532463403124417211047
Binary10101011101001101110001110101001000011110101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aba61c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aba61c; }

 p { color: rgb(171,166,28); }

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

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

 a { background-color: rgb(171,166,28); }

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

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

 span { border-color: rgb(171,166,28); }

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