#A49427

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

Shades of Lucky #A49427

Tints of Lucky #A49427

Color information

#A49427 (or 0xA49427) is unknown color: approx Lucky. HEX triplet: A4, 94 and 27. RGB value is (164,148,39). Sum of RGB (Red+Green+Blue) = 164+148+39=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A49427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49427 is #5B6BD8. Grayscale: #8C8C8C. Windows color (decimal): -5991385 or 2593956. OLE color: 2593956.

HSL color Cylindrical-coordinate representation of color #A49427: hue angle of 52.32º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49427 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16414839-
CMYK00.100.760.36
HSL52.32º61.58%39.8%-
HSV(B)52.32º76.22%64.31%-
XYZ26.2729.226.17-
YUV140.3670.8144.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 39 (15.62% from 255) = 11.11%
R=46.72%
G=42.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641483900.100.760.3652.3261.5839.8
HexA494270A4C24343e28
Octal2442244701211444647650
Binary1010010010010100100111010101001100100100110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49427; }

 p { color: rgb(164,148,39); }

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

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

 a { background-color: rgb(164,148,39); }

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

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

 span { border-color: rgb(164,148,39); }

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