#A69602

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

Shades of Lucky #A69602

Tints of Lucky #A69602

Color information

#A69602 (or 0xA69602) is unknown color: approx Lucky. HEX triplet: A6, 96 and 02. RGB value is (166,150,2). Sum of RGB (Red+Green+Blue) = 166+150+2=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A69602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69602 is #5969FD. Grayscale: #8A8A8A. Windows color (decimal): -5859838 or 169638. OLE color: 169638.

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

Color convert

RGB1661502-
CMYK00.100.990.35
HSL54.15º97.62%32.94%-
HSV(B)54.15º98.8%65.1%-
XYZ26.6429.924.43-
YUV137.9151.3148.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=52.20%
G=47.17%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166150200.100.990.3554.1597.6232.94
HexA69620A6323366221
Octal2462262012143436614241
Binary1010011010010110100101011000111000111101101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69602; }

 p { color: rgb(166,150,2); }

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

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

 a { background-color: rgb(166,150,2); }

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

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

 span { border-color: rgb(166,150,2); }

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