#A79612

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

Shades of Lucky #A79612

Tints of Lucky #A79612

Color information

#A79612 (or 0xA79612) is unknown color: approx Lucky. HEX triplet: A7, 96 and 12. RGB value is (167,150,18). Sum of RGB (Red+Green+Blue) = 167+150+18=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A79612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79612 is #5869ED. Grayscale: #8C8C8C. Windows color (decimal): -5794286 or 1218215. OLE color: 1218215.

HSL color Cylindrical-coordinate representation of color #A79612: hue angle of 53.15º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A79612 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16715018-
CMYK00.100.890.35
HSL53.15º80.54%36.27%-
HSV(B)53.15º89.22%65.49%-
XYZ26.9530.074.96-
YUV140.0459.13147.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 18 (7.42% from 255) = 5.37%
R=49.85%
G=44.78%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671501800.100.890.3553.1580.5436.27
HexA796120A5923355124
Octal24722622012131436512144
Binary1010011110010110100100101010110011000111101011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79612; }

 p { color: rgb(167,150,18); }

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

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

 a { background-color: rgb(167,150,18); }

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

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

 span { border-color: rgb(167,150,18); }

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