#ABA204

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

Shades of Lucky #ABA204

Tints of Lucky #ABA204

Color information

#ABA204 (or 0xABA204) is unknown color: approx Lucky. HEX triplet: AB, A2 and 04. RGB value is (171,162,4). Sum of RGB (Red+Green+Blue) = 171+162+4=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA204 is #545DFB. Grayscale: #939393. Windows color (decimal): -5529084 or 303787. OLE color: 303787.

HSL color Cylindrical-coordinate representation of color #ABA204: hue angle of 56.77º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABA204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1711624-
CMYK00.050.980.33
HSL56.77º95.43%34.31%-
HSV(B)56.77º97.66%67.06%-
XYZ29.7434.515.21-
YUV146.6847.48145.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=50.74%
G=48.07%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171162400.050.980.3356.7795.4334.31
HexABA24056221395f22
Octal253242405142417113742
Binary1010101110100010100010111000101000011110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA204; }

 p { color: rgb(171,162,4); }

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

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

 a { background-color: rgb(171,162,4); }

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

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

 span { border-color: rgb(171,162,4); }

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