#A7A21F

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

Shades of Lucky #A7A21F

Tints of Lucky #A7A21F

Color information

#A7A21F (or 0xA7A21F) is unknown color: approx Lucky. HEX triplet: A7, A2 and 1F. RGB value is (167,162,31). Sum of RGB (Red+Green+Blue) = 167+162+31=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A21F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A21F is #585DE0. Grayscale: #959595. Windows color (decimal): -5791201 or 2073255. OLE color: 2073255.

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

Color convert

RGB16716231-
CMYK00.030.810.35
HSL57.79º68.69%38.82%-
HSV(B)57.79º81.44%65.49%-
XYZ29.134.166.35-
YUV148.5661.66141.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 31 (12.5% from 255) = 8.61%
R=46.39%
G=45%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671623100.030.810.3557.7968.6938.82
HexA7A21F0351233a4527
Octal2472423703121437210547
Binary10100111101000101111101110100011000111110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A21F; }

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

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

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

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

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

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

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

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