#A3A12A

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

Shades of Lucky #A3A12A

Tints of Lucky #A3A12A

Color information

#A3A12A (or 0xA3A12A) is unknown color: approx Lucky. HEX triplet: A3, A1 and 2A. RGB value is (163,161,42). Sum of RGB (Red+Green+Blue) = 163+161+42=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A12A is #5C5ED5. Grayscale: #949494. Windows color (decimal): -6053590 or 2793891. OLE color: 2793891.

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

Color convert

RGB16316142-
CMYK00.010.740.36
HSL59.01º59.02%40.2%-
HSV(B)59.01º74.23%63.92%-
XYZ28.2733.447.16-
YUV148.0368.16138.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 42 (16.80% from 255) = 11.48%
R=44.54%
G=43.99%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631614200.010.740.3659.0159.0240.2
HexA3A12A014A243b3b28
Octal243241520111244737350
Binary1010001110100001101010011001010100100111011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A12A; }

 p { color: rgb(163,161,42); }

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

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

 a { background-color: rgb(163,161,42); }

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

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

 span { border-color: rgb(163,161,42); }

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