#A49D1B

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

Shades of Lucky #A49D1B

Tints of Lucky #A49D1B

Color information

#A49D1B (or 0xA49D1B) is unknown color: approx Lucky. HEX triplet: A4, 9D and 1B. RGB value is (164,157,27). Sum of RGB (Red+Green+Blue) = 164+157+27=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D1B is #5B62E4. Grayscale: #909090. Windows color (decimal): -5989093 or 1809828. OLE color: 1809828.

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

Color convert

RGB16415727-
CMYK00.040.840.36
HSL56.93º71.73%37.45%-
HSV(B)56.93º83.54%64.31%-
XYZ27.5632.095.78-
YUV144.2761.82142.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 27 (10.94% from 255) = 7.76%
R=47.13%
G=45.11%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641572700.040.840.3656.9371.7337.45
HexA49D1B045424394825
Octal2442353304124447111045
Binary101001001001110111011010010101001001001110011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49D1B; }

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

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

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

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

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

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

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

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