#ABA218

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

Shades of Lucky #ABA218

Tints of Lucky #ABA218

Color information

#ABA218 (or 0xABA218) is unknown color: approx Lucky. HEX triplet: AB, A2 and 18. RGB value is (171,162,24). Sum of RGB (Red+Green+Blue) = 171+162+24=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA218 is #545DE7. Grayscale: #959595. Windows color (decimal): -5529064 or 1614507. OLE color: 1614507.

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

Color convert

RGB17116224-
CMYK00.050.860.33
HSL56.33º75.38%38.24%-
HSV(B)56.33º85.96%67.06%-
XYZ29.8834.565.96-
YUV148.9657.48143.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 24 (9.77% from 255) = 6.72%
R=47.90%
G=45.38%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711622400.050.860.3356.3375.3838.24
HexABA218055621384b26
Octal2532423005126417011346
Binary101010111010001011000010110101101000011110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA218; }

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

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

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

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

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

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

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

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