#A29D03

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

Shades of Lucky #A29D03

Tints of Lucky #A29D03

Color information

#A29D03 (or 0xA29D03) is unknown color: approx Lucky. HEX triplet: A2, 9D and 03. RGB value is (162,157,3). Sum of RGB (Red+Green+Blue) = 162+157+3=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29D03 is #5D62FC. Grayscale: #8D8D8D. Windows color (decimal): -6120189 or 236962. OLE color: 236962.

HSL color Cylindrical-coordinate representation of color #A29D03: hue angle of 58.11º 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 #A29D03 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1621573-
CMYK00.030.980.36
HSL58.11º96.36%32.35%-
HSV(B)58.11º98.15%63.53%-
XYZ26.9731.84.8-
YUV140.9450.16143.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 3 (1.56% from 255) = 0.93%
R=50.31%
G=48.76%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162157300.030.980.3658.1196.3632.35
HexA29D30362243a6020
Octal242235303142447214040
Binary10100010100111011101111000101001001110101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D03; }

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

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

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

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

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

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

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

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