#a69e2a

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

Shades of Lucky #A69E2A

Tints of Lucky #A69E2A

Color information

#A69E2A (or 0xA69E2A) is unknown color: approx Lucky. HEX triplet: A6, 9E and 2A. RGB value is (166,158,42). Sum of RGB (Red+Green+Blue) = 166+158+42=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 158 (62.11% from 255 or 43.17% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E2A is #5961D5. Grayscale: #939393. Windows color (decimal): -5857750 or 2793126. OLE color: 2793126.

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

Color convert

RGB16615842-
CMYK00.050.750.35
HSL56.13º59.62%40.78%-
HSV(B)56.13º74.7%65.1%-
XYZ28.3732.737.01-
YUV147.1768.65141.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 158 (62.11% from 255) = 43.17%
BLUE value IS 42 (16.80% from 255) = 11.48%
R=45.36%
G=43.17%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661584200.050.750.3556.1359.6240.78
HexA69E2A054B23383c29
Octal246236520511343707451
Binary101001101001111010101001011001011100011111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69e2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69e2a; }

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

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

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

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

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

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

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

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