#ABA203

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

Shades of Lucky #ABA203

Tints of Lucky #ABA203

Color information

#ABA203 (or 0xABA203) is unknown color: approx Lucky. HEX triplet: AB, A2 and 03. RGB value is (171,162,3). Sum of RGB (Red+Green+Blue) = 171+162+3=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA203 is #545DFC. Grayscale: #939393. Windows color (decimal): -5529085 or 238251. OLE color: 238251.

HSL color Cylindrical-coordinate representation of color #ABA203: hue angle of 56.79º degrees, saturation: 0.97, 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 #ABA203 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1711623-
CMYK00.050.980.33
HSL56.79º96.55%34.12%-
HSV(B)56.79º98.25%67.06%-
XYZ29.7334.515.18-
YUV146.5646.98145.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 3 (1.56% from 255) = 0.89%
R=50.89%
G=48.21%
B=0.89%

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
Decimal171162300.050.980.3356.7996.5534.12
HexABA23056221396122
Octal253242305142417114142
Binary101010111010001011010111000101000011110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA203; }

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

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

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

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

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

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

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

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