#A49800

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

Shades of Lucky #A49800

Tints of Lucky #A49800

Color information

#A49800 (or 0xA49800) is unknown color: approx Lucky. HEX triplet: A4, 98 and 00. RGB value is (164,152,0). Sum of RGB (Red+Green+Blue) = 164+152+0=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A49800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49800 is #5B67FF. Grayscale: #8A8A8A. Windows color (decimal): -5990400 or 39076. OLE color: 39076.

HSL color Cylindrical-coordinate representation of color #A49800: hue angle of 55.61º 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 #A49800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB1641520-
CMYK00.0710.36
HSL55.61º100%32.16%-
HSV(B)55.61º100%64.31%-
XYZ26.5430.354.46-
YUV138.2649.98146.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.90%
G=48.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164152000.0710.3655.6110032.16
HexA4980076424386420
Octal244230007144447014440
Binary10100100100110000011111001001001001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49800; }

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

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

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

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

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

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

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

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