#A8A40C

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

Shades of Lucky #A8A40C

Tints of Lucky #A8A40C

Color information

#A8A40C (or 0xA8A40C) is unknown color: approx Lucky. HEX triplet: A8, A4 and 0C. RGB value is (168,164,12). Sum of RGB (Red+Green+Blue) = 168+164+12=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A40C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A40C is #575BF3. Grayscale: #949494. Windows color (decimal): -5725172 or 828584. OLE color: 828584.

HSL color Cylindrical-coordinate representation of color #A8A40C: hue angle of 58.46º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8A40C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16816412-
CMYK00.020.930.34
HSL58.46º86.67%35.29%-
HSV(B)58.46º92.86%65.88%-
XYZ29.4934.95.53-
YUV147.8751.33142.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 164 (64.45% from 255) = 47.67%
BLUE value IS 12 (5.08% from 255) = 3.49%
R=48.84%
G=47.67%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681641200.020.930.3458.4686.6735.29
HexA8A4C025D223a5723
Octal2502441402135427212743
Binary1010100010100100110001010111011000101110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A40C; }

 p { color: rgb(168,164,12); }

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

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

 a { background-color: rgb(168,164,12); }

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

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

 span { border-color: rgb(168,164,12); }

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