#A39429

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

Shades of Lucky #A39429

Tints of Lucky #A39429

Color information

#A39429 (or 0xA39429) is unknown color: approx Lucky. HEX triplet: A3, 94 and 29. RGB value is (163,148,41). Sum of RGB (Red+Green+Blue) = 163+148+41=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A39429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39429 is #5C6BD6. Grayscale: #8C8C8C. Windows color (decimal): -6056919 or 2725027. OLE color: 2725027.

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

Color convert

RGB16314841-
CMYK00.090.750.36
HSL52.62º59.8%40%-
HSV(B)52.62º74.85%63.92%-
XYZ26.0929.136.34-
YUV140.2971.97144.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=46.31%
G=42.05%
B=11.65%

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
Decimal1631484100.090.750.3652.6259.840
HexA39429094B24353c28
Octal2432245101111344657450
Binary1010001110010100101001010011001011100100110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39429; }

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

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

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

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

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

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

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

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