#A3A222

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

Shades of Lucky #A3A222

Tints of Lucky #A3A222

Color information

#A3A222 (or 0xA3A222) is unknown color: approx Lucky. HEX triplet: A3, A2 and 22. RGB value is (163,162,34). Sum of RGB (Red+Green+Blue) = 163+162+34=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A222 is #5C5DDD. Grayscale: #949494. Windows color (decimal): -6053342 or 2269859. OLE color: 2269859.

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

Color convert

RGB16316234-
CMYK00.010.790.36
HSL59.53º65.48%38.63%-
HSV(B)59.53º79.14%63.92%-
XYZ28.3133.746.53-
YUV147.7163.83138.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 34 (13.67% from 255) = 9.47%
R=45.40%
G=45.13%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631623400.010.790.3659.5365.4838.63
HexA3A222014F243c4127
Octal2432424201117447410147
Binary10100011101000101000100110011111001001111001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A222; }

 p { color: rgb(163,162,34); }

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

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

 a { background-color: rgb(163,162,34); }

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

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

 span { border-color: rgb(163,162,34); }

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