#ABA70D

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

Shades of Lucky #ABA70D

Tints of Lucky #ABA70D

Color information

#ABA70D (or 0xABA70D) is unknown color: approx Lucky. HEX triplet: AB, A7 and 0D. RGB value is (171,167,13). Sum of RGB (Red+Green+Blue) = 171+167+13=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70D is #5458F2. Grayscale: #979797. Windows color (decimal): -5527795 or 894891. OLE color: 894891.

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

Color convert

RGB17116713-
CMYK00.020.920.33
HSL58.48º85.87%36.08%-
HSV(B)58.48º92.4%67.06%-
XYZ30.6936.325.77-
YUV150.6450.33142.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 167 (65.62% from 255) = 47.58%
BLUE value IS 13 (5.47% from 255) = 3.70%
R=48.72%
G=47.58%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711671300.020.920.3358.4885.8736.08
HexABA7D025C213a5624
Octal2532471502134417212644
Binary1010101110100111110101010111001000011110101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA70D; }

 p { color: rgb(171,167,13); }

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

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

 a { background-color: rgb(171,167,13); }

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

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

 span { border-color: rgb(171,167,13); }

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