#A69603

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

Shades of Lucky #A69603

Tints of Lucky #A69603

Color information

#A69603 (or 0xA69603) is unknown color: approx Lucky. HEX triplet: A6, 96 and 03. RGB value is (166,150,3). Sum of RGB (Red+Green+Blue) = 166+150+3=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A69603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69603 is #5969FC. Grayscale: #8A8A8A. Windows color (decimal): -5859837 or 235174. OLE color: 235174.

HSL color Cylindrical-coordinate representation of color #A69603: hue angle of 54.11º degrees, saturation: 0.96, 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 #A69603 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1661503-
CMYK00.100.980.35
HSL54.11º96.45%33.14%-
HSV(B)54.11º98.19%65.1%-
XYZ26.6529.934.46-
YUV138.0351.8147.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.04%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=52.04%
G=47.02%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166150300.100.980.3554.1196.4533.14
HexA69630A6223366021
Octal2462263012142436614041
Binary1010011010010110110101011000101000111101101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69603; }

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

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

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

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

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

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

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

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