#A69E2C

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

Shades of Lucky #A69E2C

Tints of Lucky #A69E2C

Color information

#A69E2C (or 0xA69E2C) is unknown color: approx Lucky. HEX triplet: A6, 9E and 2C. RGB value is (166,158,44). Sum of RGB (Red+Green+Blue) = 166+158+44=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E2C is #5961D3. Grayscale: #939393. Windows color (decimal): -5857748 or 2924198. OLE color: 2924198.

HSL color Cylindrical-coordinate representation of color #A69E2C: hue angle of 56.07º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A69E2C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16615844-
CMYK00.050.730.35
HSL56.07º58.1%41.18%-
HSV(B)56.07º73.49%65.1%-
XYZ28.4132.747.21-
YUV147.469.65141.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 44 (17.58% from 255) = 11.96%
R=45.11%
G=42.93%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661584400.050.730.3556.0758.141.18
HexA69E2C054923383a29
Octal246236540511143707251
Binary101001101001111010110001011001001100011111000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E2C; }

 p { color: rgb(166,158,44); }

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

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

 a { background-color: rgb(166,158,44); }

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

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

 span { border-color: rgb(166,158,44); }

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