#A6A429

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

Shades of Lucky #A6A429

Tints of Lucky #A6A429

Color information

#A6A429 (or 0xA6A429) is unknown color: approx Lucky. HEX triplet: A6, A4 and 29. RGB value is (166,164,41). Sum of RGB (Red+Green+Blue) = 166+164+41=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 41 (16.41% from 255 or 11.05% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A429 is #595BD6. Grayscale: #979797. Windows color (decimal): -5856215 or 2729126. OLE color: 2729126.

HSL color Cylindrical-coordinate representation of color #A6A429: hue angle of 59.04º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6A429 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16616441-
CMYK00.010.750.35
HSL59.04º60.39%40.59%-
HSV(B)59.04º75.3%65.1%-
XYZ29.434.827.27-
YUV150.5866.16139-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 41 (16.41% from 255) = 11.05%
R=44.74%
G=44.20%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661644100.010.750.3559.0460.3940.59
HexA6A429014B233b3c29
Octal246244510111343737451
Binary1010011010100100101001011001011100011111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A429; }

 p { color: rgb(166,164,41); }

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

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

 a { background-color: rgb(166,164,41); }

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

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

 span { border-color: rgb(166,164,41); }

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