#A69C0A

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

Shades of Lucky #A69C0A

Tints of Lucky #A69C0A

Color information

#A69C0A (or 0xA69C0A) is unknown color: approx Lucky. HEX triplet: A6, 9C and 0A. RGB value is (166,156,10). Sum of RGB (Red+Green+Blue) = 166+156+10=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69C0A is #5963F5. Grayscale: #8E8E8E. Windows color (decimal): -5858294 or 695462. OLE color: 695462.

HSL color Cylindrical-coordinate representation of color #A69C0A: hue angle of 56.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A69C0A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16615610-
CMYK00.060.940.35
HSL56.15º88.64%34.51%-
HSV(B)56.15º93.98%65.1%-
XYZ27.6731.914.99-
YUV142.3553.31144.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 10 (4.30% from 255) = 3.01%
R=50%
G=46.99%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661561000.060.940.3556.1588.6434.51
HexA69CA065E23385923
Octal2462341206136437013143
Binary10100110100111001010011010111101000111110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C0A; }

 p { color: rgb(166,156,10); }

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

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

 a { background-color: rgb(166,156,10); }

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

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

 span { border-color: rgb(166,156,10); }

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