#ABA60F

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

Shades of Lucky #ABA60F

Tints of Lucky #ABA60F

Color information

#ABA60F (or 0xABA60F) is unknown color: approx Lucky. HEX triplet: AB, A6 and 0F. RGB value is (171,166,15). Sum of RGB (Red+Green+Blue) = 171+166+15=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA60F is #5459F0. Grayscale: #969696. Windows color (decimal): -5528049 or 1025707. OLE color: 1025707.

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

Color convert

RGB17116615-
CMYK00.030.910.33
HSL58.08º83.87%36.47%-
HSV(B)58.08º91.23%67.06%-
XYZ30.5235.965.79-
YUV150.2851.66142.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 15 (6.25% from 255) = 4.26%
R=48.58%
G=47.16%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711661500.030.910.3358.0883.8736.47
HexABA6F035B213a5424
Octal2532461703133417212444
Binary1010101110100110111101110110111000011110101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA60F; }

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

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

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

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

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

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

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

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