#A49B02

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

Shades of Lucky #A49B02

Tints of Lucky #A49B02

Color information

#A49B02 (or 0xA49B02) is unknown color: approx Lucky. HEX triplet: A4, 9B and 02. RGB value is (164,155,2). Sum of RGB (Red+Green+Blue) = 164+155+2=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49B02 is #5B64FD. Grayscale: #8C8C8C. Windows color (decimal): -5989630 or 170916. OLE color: 170916.

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

Color convert

RGB1641552-
CMYK00.050.990.36
HSL56.67º97.59%32.55%-
HSV(B)56.67º98.78%64.31%-
XYZ27.0431.344.68-
YUV140.2549.98144.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=51.09%
G=48.29%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164155200.050.990.3656.6797.5932.55
HexA49B2056324396221
Octal244233205143447114241
Binary101001001001101110010111000111001001110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B02; }

 p { color: rgb(164,155,2); }

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

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

 a { background-color: rgb(164,155,2); }

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

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

 span { border-color: rgb(164,155,2); }

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