#ABA020

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

Shades of Lucky #ABA020

Tints of Lucky #ABA020

Color information

#ABA020 (or 0xABA020) is unknown color: approx Lucky. HEX triplet: AB, A0 and 20. RGB value is (171,160,32). Sum of RGB (Red+Green+Blue) = 171+160+32=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA020 is #545FDF. Grayscale: #959595. Windows color (decimal): -5529568 or 2138283. OLE color: 2138283.

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

Color convert

RGB17116032-
CMYK00.060.810.33
HSL55.25º68.47%39.8%-
HSV(B)55.25º81.29%67.06%-
XYZ29.6333.96.35-
YUV148.762.14143.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 32 (12.89% from 255) = 8.82%
R=47.11%
G=44.08%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711603200.060.810.3355.2568.4739.8
HexABA020065121374428
Octal2532404006121416710450
Binary1010101110100000100000011010100011000011101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA020; }

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

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

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

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

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

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

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

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