#A5A62A

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

Shades of Lucky #A5A62A

Tints of Lucky #A5A62A

Color information

#A5A62A (or 0xA5A62A) is unknown color: approx Lucky. HEX triplet: A5, A6 and 2A. RGB value is (165,166,42). Sum of RGB (Red+Green+Blue) = 165+166+42=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A62A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A62A is #5A59D5. Grayscale: #989898. Windows color (decimal): -5921238 or 2795173. OLE color: 2795173.

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

Color convert

RGB16516642-
CMYK0.0100.750.35
HSL60.48º59.62%40.78%-
HSV(B)60.48º74.7%65.1%-
XYZ29.5735.447.47-
YUV151.5666.17137.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 42 (16.80% from 255) = 11.26%
R=44.24%
G=44.50%
B=11.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165166420.0100.750.3560.4859.6240.78
HexA5A62A104B233c3c29
Octal245246521011343747451
Binary1010010110100110101010101001011100011111100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A62A; }

 p { color: rgb(165,166,42); }

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

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

 a { background-color: rgb(165,166,42); }

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

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

 span { border-color: rgb(165,166,42); }

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