#a79c2e

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

Shades of Lucky #A79C2E

Tints of Lucky #A79C2E

Color information

#A79C2E (or 0xA79C2E) is unknown color: approx Lucky. HEX triplet: A7, 9C and 2E. RGB value is (167,156,46). Sum of RGB (Red+Green+Blue) = 167+156+46=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79C2E is #5863D1. Grayscale: #939393. Windows color (decimal): -5792722 or 3054759. OLE color: 3054759.

HSL color Cylindrical-coordinate representation of color #A79C2E: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A79C2E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16715646-
CMYK00.070.720.35
HSL54.55º56.81%41.76%-
HSV(B)54.55º72.46%65.49%-
XYZ28.3232.197.31-
YUV146.7571.14142.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 46 (18.36% from 255) = 12.47%
R=45.26%
G=42.28%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671564600.070.720.3554.5556.8141.76
HexA79C2E07482337392a
Octal247234560711043677152
Binary101001111001110010111001111001000100011110111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79c2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79c2e; }

 p { color: rgb(167,156,46); }

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

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

 a { background-color: rgb(167,156,46); }

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

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

 span { border-color: rgb(167,156,46); }

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