#ABA123

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

Shades of Lucky #ABA123

Tints of Lucky #ABA123

Color information

#ABA123 (or 0xABA123) is unknown color: approx Lucky. HEX triplet: AB, A1 and 23. RGB value is (171,161,35). Sum of RGB (Red+Green+Blue) = 171+161+35=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA123 is #545EDC. Grayscale: #969696. Windows color (decimal): -5529309 or 2335147. OLE color: 2335147.

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

Color convert

RGB17116135-
CMYK00.060.800.33
HSL55.59º66.02%40.39%-
HSV(B)55.59º79.53%67.06%-
XYZ29.8434.276.63-
YUV149.6363.31143.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 35 (14.06% from 255) = 9.54%
R=46.59%
G=43.87%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711613500.060.800.3355.5966.0240.39
HexABA123065021384228
Octal2532414306120417010250
Binary1010101110100001100011011010100001000011110001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA123; }

 p { color: rgb(171,161,35); }

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

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

 a { background-color: rgb(171,161,35); }

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

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

 span { border-color: rgb(171,161,35); }

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