#A39628

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

Shades of Lucky #A39628

Tints of Lucky #A39628

Color information

#A39628 (or 0xA39628) is unknown color: approx Lucky. HEX triplet: A3, 96 and 28. RGB value is (163,150,40). Sum of RGB (Red+Green+Blue) = 163+150+40=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A39628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39628 is #5C69D7. Grayscale: #8D8D8D. Windows color (decimal): -6056408 or 2660003. OLE color: 2660003.

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

Color convert

RGB16315040-
CMYK00.080.750.36
HSL53.66º60.59%39.8%-
HSV(B)53.66º75.46%63.92%-
XYZ26.3929.756.36-
YUV141.3570.81143.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=46.18%
G=42.49%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631504000.080.750.3653.6660.5939.8
HexA39628084B24363d28
Octal2432265001011344667550
Binary1010001110010110101000010001001011100100110110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39628; }

 p { color: rgb(163,150,40); }

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

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

 a { background-color: rgb(163,150,40); }

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

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

 span { border-color: rgb(163,150,40); }

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