#A2A230

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

Shades of Lucky #A2A230

Tints of Lucky #A2A230

Color information

#A2A230 (or 0xA2A230) is unknown color: approx Lucky. HEX triplet: A2, A2 and 30. RGB value is (162,162,48). Sum of RGB (Red+Green+Blue) = 162+162+48=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A230 is #5D5DCF. Grayscale: #959595. Windows color (decimal): -6118864 or 3187362. OLE color: 3187362.

HSL color Cylindrical-coordinate representation of color #A2A230: hue angle of 60º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2A230 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB16216248-
CMYK000.700.36
HSL60º54.29%41.18%-
HSV(B)60º70.37%63.53%-
XYZ28.3533.747.81-
YUV14971137.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 48 (19.14% from 255) = 12.90%
R=43.55%
G=43.55%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16216248000.700.366054.2941.18
HexA2A2300046243c3629
Octal242242600010644746651
Binary1010001010100010110000001000110100100111100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A230; }

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

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

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

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

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

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

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

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