#A49700

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

Shades of Lucky #A49700

Tints of Lucky #A49700

Color information

#A49700 (or 0xA49700) is unknown color: approx Lucky. HEX triplet: A4, 97 and 00. RGB value is (164,151,0). Sum of RGB (Red+Green+Blue) = 164+151+0=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A49700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49700 is #5B68FF. Grayscale: #8A8A8A. Windows color (decimal): -5990656 or 38820. OLE color: 38820.

HSL color Cylindrical-coordinate representation of color #A49700: hue angle of 55.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A49700 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1641510-
CMYK00.0810.36
HSL55.24º100%32.16%-
HSV(B)55.24º100%64.31%-
XYZ26.3830.034.41-
YUV137.6750.31146.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.06%
G=47.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164151000.0810.3655.2410032.16
HexA4970086424376420
Octal2442270010144446714440
Binary101001001001011100100011001001001001101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49700; }

 p { color: rgb(164,151,0); }

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

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

 a { background-color: rgb(164,151,0); }

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

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

 span { border-color: rgb(164,151,0); }

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