#A69410

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

Shades of Lucky #A69410

Tints of Lucky #A69410

Color information

#A69410 (or 0xA69410) is unknown color: approx Lucky. HEX triplet: A6, 94 and 10. RGB value is (166,148,16). Sum of RGB (Red+Green+Blue) = 166+148+16=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A69410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69410 is #596BEF. Grayscale: #8A8A8A. Windows color (decimal): -5860336 or 1086630. OLE color: 1086630.

HSL color Cylindrical-coordinate representation of color #A69410: hue angle of 52.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A69410 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16614816-
CMYK00.110.900.35
HSL52.8º82.42%35.69%-
HSV(B)52.8º90.36%65.1%-
XYZ26.4129.324.76-
YUV138.3358.96147.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.30%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 16 (6.64% from 255) = 4.85%
R=50.30%
G=44.85%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661481600.110.900.3552.882.4235.69
HexA694100B5A23355224
Octal24622420013132436512244
Binary1010011010010100100000101110110101000111101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69410; }

 p { color: rgb(166,148,16); }

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

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

 a { background-color: rgb(166,148,16); }

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

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

 span { border-color: rgb(166,148,16); }

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