#ABA418

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

Shades of Lucky #ABA418

Tints of Lucky #ABA418

Color information

#ABA418 (or 0xABA418) is unknown color: approx Lucky. HEX triplet: AB, A4 and 18. RGB value is (171,164,24). Sum of RGB (Red+Green+Blue) = 171+164+24=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA418 is #545BE7. Grayscale: #969696. Windows color (decimal): -5528552 or 1615019. OLE color: 1615019.

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

Color convert

RGB17116424-
CMYK00.040.860.33
HSL57.14º75.38%38.24%-
HSV(B)57.14º85.96%67.06%-
XYZ30.2335.276.08-
YUV150.1356.82142.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=47.63%
G=45.68%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711642400.040.860.3357.1475.3838.24
HexABA418045621394b26
Octal2532443004126417111346
Binary101010111010010011000010010101101000011110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA418; }

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

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

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

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

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

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

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

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