#A7A51B

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

Shades of Lucky #A7A51B

Tints of Lucky #A7A51B

Color information

#A7A51B (or 0xA7A51B) is unknown color: approx Lucky. HEX triplet: A7, A5 and 1B. RGB value is (167,165,27). Sum of RGB (Red+Green+Blue) = 167+165+27=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A51B is #585AE4. Grayscale: #969696. Windows color (decimal): -5790437 or 1811879. OLE color: 1811879.

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

Color convert

RGB16716527-
CMYK00.010.840.35
HSL59.14º72.16%38.04%-
HSV(B)59.14º83.83%65.49%-
XYZ29.5935.26.27-
YUV149.8758.66140.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 27 (10.94% from 255) = 7.52%
R=46.52%
G=45.96%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671652700.010.840.3559.1472.1638.04
HexA7A51B0154233b4826
Octal2472453301124437311046
Binary1010011110100101110110110101001000111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A51B; }

 p { color: rgb(167,165,27); }

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

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

 a { background-color: rgb(167,165,27); }

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

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

 span { border-color: rgb(167,165,27); }

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