#A69704

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

Shades of Lucky #A69704

Tints of Lucky #A69704

Color information

#A69704 (or 0xA69704) is unknown color: approx Lucky. HEX triplet: A6, 97 and 04. RGB value is (166,151,4). Sum of RGB (Red+Green+Blue) = 166+151+4=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A69704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69704 is #5968FB. Grayscale: #8B8B8B. Windows color (decimal): -5859580 or 300966. OLE color: 300966.

HSL color Cylindrical-coordinate representation of color #A69704: hue angle of 54.44º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A69704 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1661514-
CMYK00.090.980.35
HSL54.44º95.29%33.33%-
HSV(B)54.44º97.59%65.1%-
XYZ26.8130.254.54-
YUV138.7351.97147.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=51.71%
G=47.04%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166151400.090.980.3554.4495.2933.33
HexA6974096223365f21
Octal2462274011142436613741
Binary10100110100101111000100111000101000111101101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69704; }

 p { color: rgb(166,151,4); }

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

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

 a { background-color: rgb(166,151,4); }

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

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

 span { border-color: rgb(166,151,4); }

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