#A29429

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

Shades of Lucky #A29429

Tints of Lucky #A29429

Color information

#A29429 (or 0xA29429) is unknown color: approx Lucky. HEX triplet: A2, 94 and 29. RGB value is (162,148,41). Sum of RGB (Red+Green+Blue) = 162+148+41=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A29429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29429 is #5D6BD6. Grayscale: #8C8C8C. Windows color (decimal): -6122455 or 2725026. OLE color: 2725026.

HSL color Cylindrical-coordinate representation of color #A29429: hue angle of 53.06º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A29429 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16214841-
CMYK00.090.750.36
HSL53.06º59.61%39.8%-
HSV(B)53.06º74.69%63.53%-
XYZ25.8929.026.33-
YUV139.9972.14143.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 41 (16.41% from 255) = 11.68%
R=46.15%
G=42.17%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621484100.090.750.3653.0659.6139.8
HexA29429094B24353c28
Octal2422245101111344657450
Binary1010001010010100101001010011001011100100110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29429; }

 p { color: rgb(162,148,41); }

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

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

 a { background-color: rgb(162,148,41); }

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

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

 span { border-color: rgb(162,148,41); }

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