#A7A81E

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

Shades of Lucky #A7A81E

Tints of Lucky #A7A81E

Color information

#A7A81E (or 0xA7A81E) is unknown color: approx Lucky. HEX triplet: A7, A8 and 1E. RGB value is (167,168,30). Sum of RGB (Red+Green+Blue) = 167+168+30=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A81E is #5857E1. Grayscale: #989898. Windows color (decimal): -5789666 or 2009255. OLE color: 2009255.

HSL color Cylindrical-coordinate representation of color #A7A81E: hue angle of 60.43º 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 #A7A81E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB16716830-
CMYK0.0100.820.34
HSL60.43º69.7%38.82%-
HSV(B)60.43º82.14%65.88%-
XYZ30.1736.316.65-
YUV151.9759.17138.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 168 (66.02% from 255) = 46.03%
BLUE value IS 30 (12.11% from 255) = 8.22%
R=45.75%
G=46.03%
B=8.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167168300.0100.820.3460.4369.738.82
HexA7A81E1052223c4627
Octal2472503610122427410647
Binary1010011110101000111101010100101000101111001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A81E; }

 p { color: rgb(167,168,30); }

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

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

 a { background-color: rgb(167,168,30); }

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

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

 span { border-color: rgb(167,168,30); }

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