#A49A1B

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

Shades of Lucky #A49A1B

Tints of Lucky #A49A1B

Color information

#A49A1B (or 0xA49A1B) is unknown color: approx Lucky. HEX triplet: A4, 9A and 1B. RGB value is (164,154,27). Sum of RGB (Red+Green+Blue) = 164+154+27=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A1B is #5B65E4. Grayscale: #8F8F8F. Windows color (decimal): -5989861 or 1809060. OLE color: 1809060.

HSL color Cylindrical-coordinate representation of color #A49A1B: hue angle of 55.62º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A49A1B is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB16415427-
CMYK00.060.840.36
HSL55.62º71.73%37.45%-
HSV(B)55.62º83.54%64.31%-
XYZ27.0631.085.61-
YUV142.5162.81143.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 27 (10.94% from 255) = 7.83%
R=47.54%
G=44.64%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641542700.060.840.3655.6271.7337.45
HexA49A1B065424384825
Octal2442323306124447011045
Binary101001001001101011011011010101001001001110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49A1B; }

 p { color: rgb(164,154,27); }

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

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

 a { background-color: rgb(164,154,27); }

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

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

 span { border-color: rgb(164,154,27); }

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