#A79322

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

Shades of Lucky #A79322

Tints of Lucky #A79322

Color information

#A79322 (or 0xA79322) is unknown color: approx Lucky. HEX triplet: A7, 93 and 22. RGB value is (167,147,34). Sum of RGB (Red+Green+Blue) = 167+147+34=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A79322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79322 is #586CDD. Grayscale: #8C8C8C. Windows color (decimal): -5795038 or 2266023. OLE color: 2266023.

HSL color Cylindrical-coordinate representation of color #A79322: hue angle of 50.98º 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 #A79322 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16714734-
CMYK00.120.800.35
HSL50.98º66.17%39.41%-
HSV(B)50.98º79.64%65.49%-
XYZ26.6629.25.74-
YUV140.168.13147.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.99%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 34 (13.67% from 255) = 9.77%
R=47.99%
G=42.24%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671473400.120.800.3550.9866.1739.41
HexA793220C5023334227
Octal24722342014120436310247
Binary10100111100100111000100110010100001000111100111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79322; }

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

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

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

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

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

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

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

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