#A7A21C

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

Shades of Lucky #A7A21C

Tints of Lucky #A7A21C

Color information

#A7A21C (or 0xA7A21C) is unknown color: approx Lucky. HEX triplet: A7, A2 and 1C. RGB value is (167,162,28). Sum of RGB (Red+Green+Blue) = 167+162+28=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A21C is #585DE3. Grayscale: #949494. Windows color (decimal): -5791204 or 1876647. OLE color: 1876647.

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

Color convert

RGB16716228-
CMYK00.030.830.35
HSL57.84º71.28%38.24%-
HSV(B)57.84º83.23%65.49%-
XYZ29.0734.146.16-
YUV148.2260.16141.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=46.78%
G=45.38%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671622800.030.830.3557.8471.2838.24
HexA7A21C0353233a4726
Octal2472423403123437210746
Binary10100111101000101110001110100111000111110101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A21C; }

 p { color: rgb(167,162,28); }

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

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

 a { background-color: rgb(167,162,28); }

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

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

 span { border-color: rgb(167,162,28); }

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