#a69b0a

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

Shades of Lucky #A69B0A

Tints of Lucky #A69B0A

Color information

#A69B0A (or 0xA69B0A) is unknown color: approx Lucky. HEX triplet: A6, 9B and 0A. RGB value is (166,155,10). Sum of RGB (Red+Green+Blue) = 166+155+10=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 10 (4.30% from 255 or 3.02% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69B0A is #5964F5. Grayscale: #8E8E8E. Windows color (decimal): -5858550 or 695206. OLE color: 695206.

HSL color Cylindrical-coordinate representation of color #A69B0A: hue angle of 55.77º 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 #A69B0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB16615510-
CMYK00.070.940.35
HSL55.77º88.64%34.51%-
HSV(B)55.77º93.98%65.1%-
XYZ27.531.574.93-
YUV141.7653.64145.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 10 (4.30% from 255) = 3.02%
R=50.15%
G=46.83%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661551000.070.940.3555.7788.6434.51
HexA69BA075E23385923
Octal2462331207136437013143
Binary10100110100110111010011110111101000111110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69b0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69b0a; }

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

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

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

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

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

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

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

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