#ABA00F

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

Shades of Lucky #ABA00F

Tints of Lucky #ABA00F

Color information

#ABA00F (or 0xABA00F) is unknown color: approx Lucky. HEX triplet: AB, A0 and 0F. RGB value is (171,160,15). Sum of RGB (Red+Green+Blue) = 171+160+15=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00F is #545FF0. Grayscale: #939393. Windows color (decimal): -5529585 or 1024171. OLE color: 1024171.

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

Color convert

RGB17116015-
CMYK00.060.910.33
HSL55.77º83.87%36.47%-
HSV(B)55.77º91.23%67.06%-
XYZ29.4533.835.43-
YUV146.7653.64145.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 160 (62.89% from 255) = 46.24%
BLUE value IS 15 (6.25% from 255) = 4.34%
R=49.42%
G=46.24%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711601500.060.910.3355.7783.8736.47
HexABA0F065B21385424
Octal2532401706133417012444
Binary10101011101000001111011010110111000011110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA00F; }

 p { color: rgb(171,160,15); }

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

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

 a { background-color: rgb(171,160,15); }

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

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

 span { border-color: rgb(171,160,15); }

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