#A0A226

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

Shades of Lucky #A0A226

Tints of Lucky #A0A226

Color information

#A0A226 (or 0xA0A226) is unknown color: approx Lucky. HEX triplet: A0, A2 and 26. RGB value is (160,162,38). Sum of RGB (Red+Green+Blue) = 160+162+38=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A226 is #5F5DD9. Grayscale: #939393. Windows color (decimal): -6249946 or 2532000. OLE color: 2532000.

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

Color convert

RGB16016238-
CMYK0.0100.770.36
HSL60.97º62%39.22%-
HSV(B)60.97º76.54%63.53%-
XYZ27.7733.456.83-
YUV147.2766.34137.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=44.44%
G=45%
B=10.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162380.0100.770.3660.976239.22
HexA0A226104D243d3e27
Octal240242461011544757647
Binary1010000010100010100110101001101100100111101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A226; }

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

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

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

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

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

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

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

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