#A69E2E

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

Shades of Lucky #A69E2E

Tints of Lucky #A69E2E

Color information

#A69E2E (or 0xA69E2E) is unknown color: approx Lucky. HEX triplet: A6, 9E and 2E. RGB value is (166,158,46). Sum of RGB (Red+Green+Blue) = 166+158+46=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E2E is #5961D1. Grayscale: #949494. Windows color (decimal): -5857746 or 3055270. OLE color: 3055270.

HSL color Cylindrical-coordinate representation of color #A69E2E: hue angle of 56º 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 #A69E2E is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16615846-
CMYK00.050.720.35
HSL56º56.6%41.57%-
HSV(B)56º72.29%65.1%-
XYZ28.4532.767.41-
YUV147.6270.65141.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=44.86%
G=42.70%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661584600.050.720.355656.641.57
HexA69E2E05482338392a
Octal246236560511043707152
Binary101001101001111010111001011001000100011111000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E2E; }

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

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

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

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

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

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

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

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