#A69214

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

Shades of Lucky #A69214

Tints of Lucky #A69214

Color information

#A69214 (or 0xA69214) is unknown color: approx Lucky. HEX triplet: A6, 92 and 14. RGB value is (166,146,20). Sum of RGB (Red+Green+Blue) = 166+146+20=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A69214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69214 is #596DEB. Grayscale: #8A8A8A. Windows color (decimal): -5860844 or 1348262. OLE color: 1348262.

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

Color convert

RGB16614620-
CMYK00.120.880.35
HSL51.78º78.49%36.47%-
HSV(B)51.78º87.95%65.1%-
XYZ26.1328.724.83-
YUV137.6261.63148.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=50%
G=43.98%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661462000.120.880.3551.7878.4936.47
HexA692140C5823344e24
Octal24622224014130436411644
Binary1010011010010010101000110010110001000111101001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69214; }

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

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

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

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

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

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

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

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