#A6900F

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

Shades of Lucky #A6900F

Tints of Lucky #A6900F

Color information

#A6900F (or 0xA6900F) is unknown color: approx Lucky. HEX triplet: A6, 90 and 0F. RGB value is (166,144,15). Sum of RGB (Red+Green+Blue) = 166+144+15=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6900F is #596FF0. Grayscale: #888888. Windows color (decimal): -5861361 or 1020070. OLE color: 1020070.

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

Color convert

RGB16614415-
CMYK00.130.910.35
HSL51.26º83.43%35.49%-
HSV(B)51.26º90.96%65.1%-
XYZ25.7928.094.51-
YUV135.8759.79149.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 15 (6.25% from 255) = 4.62%
R=51.08%
G=44.31%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661441500.130.910.3551.2683.4335.49
HexA690F0D5B23335323
Octal24622017015133436312343
Binary101001101001000011110110110110111000111100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6900F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6900F; }

 p { color: rgb(166,144,15); }

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

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

 a { background-color: rgb(166,144,15); }

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

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

 span { border-color: rgb(166,144,15); }

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