#A2A226

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

Shades of Lucky #A2A226

Tints of Lucky #A2A226

Color information

#A2A226 (or 0xA2A226) is unknown color: approx Lucky. HEX triplet: A2, A2 and 26. RGB value is (162,162,38). Sum of RGB (Red+Green+Blue) = 162+162+38=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A226 is #5D5DD9. Grayscale: #949494. Windows color (decimal): -6118874 or 2532002. OLE color: 2532002.

HSL color Cylindrical-coordinate representation of color #A2A226: hue angle of 60º 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 #A2A226 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16216238-
CMYK000.770.36
HSL60º62%39.22%-
HSV(B)60º76.54%63.53%-
XYZ28.1733.666.85-
YUV147.8666138.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 38 (15.23% from 255) = 10.50%
R=44.75%
G=44.75%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216238000.770.36606239.22
HexA2A226004D243c3e27
Octal242242460011544747647
Binary1010001010100010100110001001101100100111100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A226; }

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

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

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

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

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

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

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

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