#A69A2E

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

Shades of Lucky #A69A2E

Tints of Lucky #A69A2E

Color information

#A69A2E (or 0xA69A2E) is unknown color: approx Lucky. HEX triplet: A6, 9A and 2E. RGB value is (166,154,46). Sum of RGB (Red+Green+Blue) = 166+154+46=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A2E is #5965D1. Grayscale: #919191. Windows color (decimal): -5858770 or 3054246. OLE color: 3054246.

HSL color Cylindrical-coordinate representation of color #A69A2E: hue angle of 54º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A69A2E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16615446-
CMYK00.070.720.35
HSL54º56.6%41.57%-
HSV(B)54º72.29%65.1%-
XYZ27.7731.427.18-
YUV145.2871.98142.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.36%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 46 (18.36% from 255) = 12.57%
R=45.36%
G=42.08%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661544600.070.720.355456.641.57
HexA69A2E07482336392a
Octal246232560711043667152
Binary101001101001101010111001111001000100011110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A2E; }

 p { color: rgb(166,154,46); }

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

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

 a { background-color: rgb(166,154,46); }

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

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

 span { border-color: rgb(166,154,46); }

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