#A79E2D

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

Shades of Lucky #A79E2D

Tints of Lucky #A79E2D

Color information

#A79E2D (or 0xA79E2D) is unknown color: approx Lucky. HEX triplet: A7, 9E and 2D. RGB value is (167,158,45). Sum of RGB (Red+Green+Blue) = 167+158+45=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79E2D is #5861D2. Grayscale: #949494. Windows color (decimal): -5792211 or 2989735. OLE color: 2989735.

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

Color convert

RGB16715845-
CMYK00.050.730.35
HSL55.57º57.55%41.57%-
HSV(B)55.57º73.05%65.49%-
XYZ28.6432.867.32-
YUV147.8169.98141.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=45.14%
G=42.70%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671584500.050.730.3555.5757.5541.57
HexA79E2D054923383a2a
Octal247236550511143707252
Binary101001111001111010110101011001001100011111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E2D; }

 p { color: rgb(167,158,45); }

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

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

 a { background-color: rgb(167,158,45); }

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

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

 span { border-color: rgb(167,158,45); }

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