#A6920E

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

Shades of Lucky #A6920E

Tints of Lucky #A6920E

Color information

#A6920E (or 0xA6920E) is unknown color: approx Lucky. HEX triplet: A6, 92 and 0E. RGB value is (166,146,14). Sum of RGB (Red+Green+Blue) = 166+146+14=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6920E is #596DF1. Grayscale: #898989. Windows color (decimal): -5860850 or 955046. OLE color: 955046.

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

Color convert

RGB16614614-
CMYK00.120.920.35
HSL52.11º84.44%35.29%-
HSV(B)52.11º91.57%65.1%-
XYZ26.0828.74.58-
YUV136.9358.63148.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=50.92%
G=44.79%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661461400.120.920.3552.1184.4435.29
HexA692E0C5C23345423
Octal24622216014134436412443
Binary101001101001001011100110010111001000111101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6920E; }

 p { color: rgb(166,146,14); }

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

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

 a { background-color: rgb(166,146,14); }

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

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

 span { border-color: rgb(166,146,14); }

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