#A79A2C

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

Shades of Lucky #A79A2C

Tints of Lucky #A79A2C

Color information

#A79A2C (or 0xA79A2C) is unknown color: approx Lucky. HEX triplet: A7, 9A and 2C. RGB value is (167,154,44). Sum of RGB (Red+Green+Blue) = 167+154+44=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A2C is #5865D3. Grayscale: #919191. Windows color (decimal): -5793236 or 2923175. OLE color: 2923175.

HSL color Cylindrical-coordinate representation of color #A79A2C: hue angle of 53.66º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A79A2C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB16715444-
CMYK00.080.740.35
HSL53.66º58.29%41.37%-
HSV(B)53.66º73.65%65.49%-
XYZ27.9531.516.99-
YUV145.3570.81143.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 44 (17.58% from 255) = 12.05%
R=45.75%
G=42.19%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671544400.080.740.3553.6658.2941.37
HexA79A2C084A23363a29
Octal2472325401011243667251
Binary1010011110011010101100010001001010100011110110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A2C; }

 p { color: rgb(167,154,44); }

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

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

 a { background-color: rgb(167,154,44); }

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

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

 span { border-color: rgb(167,154,44); }

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