#A68D13

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

Shades of Lucky #A68D13

Tints of Lucky #A68D13

Color information

#A68D13 (or 0xA68D13) is unknown color: approx Lucky. HEX triplet: A6, 8D and 13. RGB value is (166,141,19). Sum of RGB (Red+Green+Blue) = 166+141+19=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68D13 is #5972EC. Grayscale: #878787. Windows color (decimal): -5862125 or 1281446. OLE color: 1281446.

HSL color Cylindrical-coordinate representation of color #A68D13: hue angle of 49.8º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68D13 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16614119-
CMYK00.150.890.35
HSL49.8º79.46%36.27%-
HSV(B)49.8º88.55%65.1%-
XYZ25.3727.24.53-
YUV134.5762.78150.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 19 (7.81% from 255) = 5.83%
R=50.92%
G=43.25%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661411900.150.890.3549.879.4636.27
HexA68D130F5923324f24
Octal24621523017131436211744
Binary1010011010001101100110111110110011000111100101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D13; }

 p { color: rgb(166,141,19); }

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

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

 a { background-color: rgb(166,141,19); }

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

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

 span { border-color: rgb(166,141,19); }

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