#A29F03

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

Shades of Lucky #A29F03

Tints of Lucky #A29F03

Color information

#A29F03 (or 0xA29F03) is unknown color: approx Lucky. HEX triplet: A2, 9F and 03. RGB value is (162,159,3). Sum of RGB (Red+Green+Blue) = 162+159+3=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F03 is #5D60FC. Grayscale: #8E8E8E. Windows color (decimal): -6119677 or 237474. OLE color: 237474.

HSL color Cylindrical-coordinate representation of color #A29F03: hue angle of 58.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A29F03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1621593-
CMYK00.020.980.36
HSL58.87º96.36%32.35%-
HSV(B)58.87º98.15%63.53%-
XYZ27.3132.484.92-
YUV142.1149.49142.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=50%
G=49.07%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162159300.020.980.3658.8796.3632.35
HexA29F30262243b6020
Octal242237302142447314040
Binary10100010100111111101011000101001001110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29F03; }

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

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

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

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

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

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

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

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