#A5A91E

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

Shades of Lucky #A5A91E

Tints of Lucky #A5A91E

Color information

#A5A91E (or 0xA5A91E) is unknown color: approx Lucky. HEX triplet: A5, A9 and 1E. RGB value is (165,169,30). Sum of RGB (Red+Green+Blue) = 165+169+30=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A91E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A91E is #5A56E1. Grayscale: #989898. Windows color (decimal): -5920482 or 2009509. OLE color: 2009509.

HSL color Cylindrical-coordinate representation of color #A5A91E: hue angle of 61.73º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5A91E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16516930-
CMYK0.0200.820.34
HSL61.73º69.85%39.02%-
HSV(B)61.73º82.25%66.27%-
XYZ29.9436.476.69-
YUV151.9659.17137.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 30 (12.11% from 255) = 8.24%
R=45.33%
G=46.43%
B=8.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165169300.0200.820.3461.7369.8539.02
HexA5A91E2052223e4627
Octal2452513620122427610647
Binary10100101101010011111010010100101000101111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A91E; }

 p { color: rgb(165,169,30); }

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

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

 a { background-color: rgb(165,169,30); }

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

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

 span { border-color: rgb(165,169,30); }

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