#ABA02A

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

Shades of Lucky #ABA02A

Tints of Lucky #ABA02A

Color information

#ABA02A (or 0xABA02A) is unknown color: approx Lucky. HEX triplet: AB, A0 and 2A. RGB value is (171,160,42). Sum of RGB (Red+Green+Blue) = 171+160+42=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02A is #545FD5. Grayscale: #969696. Windows color (decimal): -5529558 or 2793643. OLE color: 2793643.

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

Color convert

RGB17116042-
CMYK00.060.750.33
HSL54.88º60.56%41.76%-
HSV(B)54.88º75.44%67.06%-
XYZ29.7833.977.18-
YUV149.8467.14143.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 42 (16.80% from 255) = 11.26%
R=45.84%
G=42.90%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711604200.060.750.3354.8860.5641.76
HexABA02A064B21373d2a
Octal253240520611341677552
Binary101010111010000010101001101001011100001110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA02A; }

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

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

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

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

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

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

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

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