#A3A226

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

Shades of Lucky #A3A226

Tints of Lucky #A3A226

Color information

#A3A226 (or 0xA3A226) is unknown color: approx Lucky. HEX triplet: A3, A2 and 26. RGB value is (163,162,38). Sum of RGB (Red+Green+Blue) = 163+162+38=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A226 is #5C5DD9. Grayscale: #949494. Windows color (decimal): -6053338 or 2532003. OLE color: 2532003.

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

Color convert

RGB16316238-
CMYK00.010.770.36
HSL59.52º62.19%39.41%-
HSV(B)59.52º76.69%63.92%-
XYZ28.3733.776.86-
YUV148.1665.83138.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=44.90%
G=44.63%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631623800.010.770.3659.5262.1939.41
HexA3A226014D243c3e27
Octal243242460111544747647
Binary1010001110100010100110011001101100100111100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A226; }

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

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

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

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

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

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

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

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