#A49803

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

Shades of Lucky #A49803

Tints of Lucky #A49803

Color information

#A49803 (or 0xA49803) is unknown color: approx Lucky. HEX triplet: A4, 98 and 03. RGB value is (164,152,3). Sum of RGB (Red+Green+Blue) = 164+152+3=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A49803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49803 is #5B67FC. Grayscale: #8B8B8B. Windows color (decimal): -5990397 or 235684. OLE color: 235684.

HSL color Cylindrical-coordinate representation of color #A49803: hue angle of 55.53º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A49803 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB1641523-
CMYK00.070.980.36
HSL55.53º96.41%32.75%-
HSV(B)55.53º98.17%64.31%-
XYZ26.5530.364.55-
YUV138.651.48146.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=51.41%
G=47.65%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164152300.070.980.3655.5396.4132.75
HexA4983076224386021
Octal244230307142447014041
Binary101001001001100011011111000101001001110001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49803; }

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

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

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

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

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

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

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

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