#A5A006

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

Shades of Lucky #A5A006

Tints of Lucky #A5A006

Color information

#A5A006 (or 0xA5A006) is unknown color: approx Lucky. HEX triplet: A5, A0 and 06. RGB value is (165,160,6). Sum of RGB (Red+Green+Blue) = 165+160+6=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A006 is #5A5FF9. Grayscale: #909090. Windows color (decimal): -5922810 or 434341. OLE color: 434341.

HSL color Cylindrical-coordinate representation of color #A5A006: hue angle of 58.11º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5A006 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1651606-
CMYK00.030.960.35
HSL58.11º92.98%33.53%-
HSV(B)58.11º96.36%64.71%-
XYZ28.1233.155.09-
YUV143.9450.16143.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.85%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 6 (2.73% from 255) = 1.81%
R=49.85%
G=48.34%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165160600.030.960.3558.1192.9833.53
HexA5A060360233a5d22
Octal245240603140437213542
Binary101001011010000011001111000001000111110101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A006; }

 p { color: rgb(165,160,6); }

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

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

 a { background-color: rgb(165,160,6); }

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

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

 span { border-color: rgb(165,160,6); }

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