#A79522

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

Shades of Lucky #A79522

Tints of Lucky #A79522

Color information

#A79522 (or 0xA79522) is unknown color: approx Lucky. HEX triplet: A7, 95 and 22. RGB value is (167,149,34). Sum of RGB (Red+Green+Blue) = 167+149+34=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A79522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79522 is #586ADD. Grayscale: #8D8D8D. Windows color (decimal): -5794526 or 2266535. OLE color: 2266535.

HSL color Cylindrical-coordinate representation of color #A79522: hue angle of 51.88º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A79522 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16714934-
CMYK00.110.800.35
HSL51.88º66.17%39.41%-
HSV(B)51.88º79.64%65.49%-
XYZ26.9729.835.85-
YUV141.2767.46146.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 34 (13.67% from 255) = 9.71%
R=47.71%
G=42.57%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671493400.110.800.3551.8866.1739.41
HexA795220B5023344227
Octal24722542013120436410247
Binary10100111100101011000100101110100001000111101001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79522; }

 p { color: rgb(167,149,34); }

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

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

 a { background-color: rgb(167,149,34); }

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

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

 span { border-color: rgb(167,149,34); }

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