#ABA412

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

Shades of Lucky #ABA412

Tints of Lucky #ABA412

Color information

#ABA412 (or 0xABA412) is unknown color: approx Lucky. HEX triplet: AB, A4 and 12. RGB value is (171,164,18). Sum of RGB (Red+Green+Blue) = 171+164+18=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA412 is #545BED. Grayscale: #969696. Windows color (decimal): -5528558 or 1221803. OLE color: 1221803.

HSL color Cylindrical-coordinate representation of color #ABA412: hue angle of 57.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABA412 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17116418-
CMYK00.040.890.33
HSL57.25º80.95%37.06%-
HSV(B)57.25º89.47%67.06%-
XYZ30.1835.255.79-
YUV149.4553.82143.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 18 (7.42% from 255) = 5.10%
R=48.44%
G=46.46%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711641800.040.890.3357.2580.9537.06
HexABA412045921395125
Octal2532442204131417112145
Binary101010111010010010010010010110011000011110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA412; }

 p { color: rgb(171,164,18); }

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

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

 a { background-color: rgb(171,164,18); }

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

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

 span { border-color: rgb(171,164,18); }

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