#A79019

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

Shades of Lucky #A79019

Tints of Lucky #A79019

Color information

#A79019 (or 0xA79019) is unknown color: approx Lucky. HEX triplet: A7, 90 and 19. RGB value is (167,144,25). Sum of RGB (Red+Green+Blue) = 167+144+25=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A79019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79019 is #586FE6. Grayscale: #898989. Windows color (decimal): -5795815 or 1675431. OLE color: 1675431.

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

Color convert

RGB16714425-
CMYK00.140.850.35
HSL50.28º73.96%37.65%-
HSV(B)50.28º85.03%65.49%-
XYZ26.0928.234.99-
YUV137.3164.62149.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 7.44%
R=49.70%
G=42.86%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671442500.140.850.3550.2873.9637.65
HexA790190E5523324a26
Octal24722031016125436211246
Binary1010011110010000110010111010101011000111100101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79019; }

 p { color: rgb(167,144,25); }

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

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

 a { background-color: rgb(167,144,25); }

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

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

 span { border-color: rgb(167,144,25); }

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