#A7A027

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

Shades of Lucky #A7A027

Tints of Lucky #A7A027

Color information

#A7A027 (or 0xA7A027) is unknown color: approx Lucky. HEX triplet: A7, A0 and 27. RGB value is (167,160,39). Sum of RGB (Red+Green+Blue) = 167+160+39=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A027 is #585FD8. Grayscale: #949494. Windows color (decimal): -5791705 or 2597031. OLE color: 2597031.

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

Color convert

RGB16716039-
CMYK00.040.770.35
HSL56.72º62.14%40.39%-
HSV(B)56.72º76.65%65.49%-
XYZ28.8733.56.86-
YUV148.366.32141.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 39 (15.62% from 255) = 10.66%
R=45.63%
G=43.72%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671603900.040.770.3556.7262.1440.39
HexA7A027044D23393e28
Octal247240470411543717650
Binary101001111010000010011101001001101100011111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A027; }

 p { color: rgb(167,160,39); }

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

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

 a { background-color: rgb(167,160,39); }

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

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

 span { border-color: rgb(167,160,39); }

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