#A7A01D

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

Shades of Lucky #A7A01D

Tints of Lucky #A7A01D

Color information

#A7A01D (or 0xA7A01D) is unknown color: approx Lucky. HEX triplet: A7, A0 and 1D. RGB value is (167,160,29). Sum of RGB (Red+Green+Blue) = 167+160+29=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A01D is #585FE2. Grayscale: #939393. Windows color (decimal): -5791715 or 1941671. OLE color: 1941671.

HSL color Cylindrical-coordinate representation of color #A7A01D: hue angle of 56.96º degrees, saturation: 0.7, 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 #A7A01D is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16716029-
CMYK00.040.830.35
HSL56.96º70.41%38.43%-
HSV(B)56.96º82.63%65.49%-
XYZ28.7333.456.1-
YUV147.1661.32142.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 29 (11.72% from 255) = 8.15%
R=46.91%
G=44.94%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671602900.040.830.3556.9670.4138.43
HexA7A01D045323394626
Octal2472403504123437110646
Binary101001111010000011101010010100111000111110011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A01D; }

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

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

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

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

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

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

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

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