#A7A02A

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

Shades of Lucky #A7A02A

Tints of Lucky #A7A02A

Color information

#A7A02A (or 0xA7A02A) is unknown color: approx Lucky. HEX triplet: A7, A0 and 2A. RGB value is (167,160,42). Sum of RGB (Red+Green+Blue) = 167+160+42=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A02A is #585FD5. Grayscale: #959595. Windows color (decimal): -5791702 or 2793639. OLE color: 2793639.

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

Color convert

RGB16716042-
CMYK00.040.750.35
HSL56.64º59.81%40.98%-
HSV(B)56.64º74.85%65.49%-
XYZ28.9333.527.14-
YUV148.6467.82141.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 160 (62.89% from 255) = 43.36%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=45.26%
G=43.36%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671604200.040.750.3556.6459.8140.98
HexA7A02A044B23393c29
Octal247240520411343717451
Binary101001111010000010101001001001011100011111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A02A; }

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

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

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

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

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

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

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

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