#A2A530

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

Shades of Lucky #A2A530

Tints of Lucky #A2A530

Color information

#A2A530 (or 0xA2A530) is unknown color: approx Lucky. HEX triplet: A2, A5 and 30. RGB value is (162,165,48). Sum of RGB (Red+Green+Blue) = 162+165+48=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A530 is #5D5ACF. Grayscale: #979797. Windows color (decimal): -6118096 or 3188130. OLE color: 3188130.

HSL color Cylindrical-coordinate representation of color #A2A530: hue angle of 61.54º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2A530 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16216548-
CMYK0.0200.710.35
HSL61.54º54.93%41.76%-
HSV(B)61.54º70.91%64.71%-
XYZ28.8934.817.99-
YUV150.7670.01136.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 48 (19.14% from 255) = 12.8%
R=43.2%
G=44%
B=12.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162165480.0200.710.3561.5454.9341.76
HexA2A5302047233e372a
Octal242245602010743766752
Binary10100010101001011100001001000111100011111110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A530; }

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

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

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

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

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

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

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

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