#A5A428

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

Shades of Lucky #A5A428

Tints of Lucky #A5A428

Color information

#A5A428 (or 0xA5A428) is unknown color: approx Lucky. HEX triplet: A5, A4 and 28. RGB value is (165,164,40). Sum of RGB (Red+Green+Blue) = 165+164+40=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A428 is #5A5BD7. Grayscale: #969696. Windows color (decimal): -5921752 or 2663589. OLE color: 2663589.

HSL color Cylindrical-coordinate representation of color #A5A428: hue angle of 59.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5A428 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB16516440-
CMYK00.010.760.35
HSL59.52º60.98%40.2%-
HSV(B)59.52º75.76%64.71%-
XYZ29.1834.77.17-
YUV150.1665.83138.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 40 (16.02% from 255) = 10.84%
R=44.72%
G=44.44%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651644000.010.760.3559.5260.9840.2
HexA5A428014C233c3d28
Octal245244500111443747550
Binary1010010110100100101000011001100100011111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A428; }

 p { color: rgb(165,164,40); }

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

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

 a { background-color: rgb(165,164,40); }

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

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

 span { border-color: rgb(165,164,40); }

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