#ABA00E

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

Shades of Lucky #ABA00E

Tints of Lucky #ABA00E

Color information

#ABA00E (or 0xABA00E) is unknown color: approx Lucky. HEX triplet: AB, A0 and 0E. RGB value is (171,160,14). Sum of RGB (Red+Green+Blue) = 171+160+14=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00E is #545FF1. Grayscale: #939393. Windows color (decimal): -5529586 or 958635. OLE color: 958635.

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

Color convert

RGB17116014-
CMYK00.060.920.33
HSL55.8º84.86%36.27%-
HSV(B)55.8º91.81%67.06%-
XYZ29.4433.835.39-
YUV146.6453.14145.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.57%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 14 (5.86% from 255) = 4.06%
R=49.57%
G=46.38%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711601400.060.920.3355.884.8636.27
HexABA0E065C21385524
Octal2532401606134417012544
Binary10101011101000001110011010111001000011110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA00E; }

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

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

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

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

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

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

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

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