#ABA12B

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

Shades of Lucky #ABA12B

Tints of Lucky #ABA12B

Color information

#ABA12B (or 0xABA12B) is unknown color: approx Lucky. HEX triplet: AB, A1 and 2B. RGB value is (171,161,43). Sum of RGB (Red+Green+Blue) = 171+161+43=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA12B is #545ED4. Grayscale: #979797. Windows color (decimal): -5529301 or 2859435. OLE color: 2859435.

HSL color Cylindrical-coordinate representation of color #ABA12B: hue angle of 55.31º degrees, saturation: 0.6, 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 #ABA12B is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17116143-
CMYK00.060.750.33
HSL55.31º59.81%41.96%-
HSV(B)55.31º74.85%67.06%-
XYZ29.9834.327.33-
YUV150.5467.31142.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 161 (63.28% from 255) = 42.93%
BLUE value IS 43 (17.19% from 255) = 11.47%
R=45.6%
G=42.93%
B=11.47%

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
Decimal1711614300.060.750.3355.3159.8141.96
HexABA12B064B21373c2a
Octal253241530611341677452
Binary101010111010000110101101101001011100001110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA12B; }

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

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

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

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

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

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

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

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