#A68B16

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

Shades of Lucky #A68B16

Tints of Lucky #A68B16

Color information

#A68B16 (or 0xA68B16) is unknown color: approx Lucky. HEX triplet: A6, 8B and 16. RGB value is (166,139,22). Sum of RGB (Red+Green+Blue) = 166+139+22=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68B16 is #5974E9. Grayscale: #868686. Windows color (decimal): -5862634 or 1477542. OLE color: 1477542.

HSL color Cylindrical-coordinate representation of color #A68B16: hue angle of 48.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A68B16 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16613922-
CMYK00.160.870.35
HSL48.75º76.6%36.86%-
HSV(B)48.75º86.75%65.1%-
XYZ25.126.634.58-
YUV133.7364.95151.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=50.76%
G=42.51%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661392200.160.870.3548.7576.636.86
HexA68B160105723314d25
Octal24621326020127436111545
Binary10100110100010111011001000010101111000111100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B16; }

 p { color: rgb(166,139,22); }

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

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

 a { background-color: rgb(166,139,22); }

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

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

 span { border-color: rgb(166,139,22); }

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